|
1 | 1 | # jobserver-rs |
2 | 2 |
|
3 | | -An implementation of the GNU make jobserver for Rust |
| 3 | +An implementation of the GNU Make jobserver for Rust. |
4 | 4 |
|
5 | | -[](https://crates.io/crates/jobserver) |
| 5 | +[](https://crates.io/crates/jobserver) |
6 | 6 |
|
7 | 7 | [Documentation](https://docs.rs/jobserver) |
8 | 8 |
|
9 | 9 | ## Usage |
10 | 10 |
|
11 | | -First, add this to your `Cargo.toml`: |
| 11 | +Add this to your `Cargo.toml`: |
12 | 12 |
|
13 | 13 | ```toml |
14 | 14 | [dependencies] |
15 | 15 | jobserver = "0.1" |
16 | 16 | ``` |
17 | 17 |
|
18 | | -Next, add this to your crate: |
19 | | - |
20 | | -```rust |
21 | | -extern crate jobserver; |
22 | | -``` |
23 | | - |
24 | 18 | # License |
25 | 19 |
|
26 | 20 | This project is licensed under either of |
27 | 21 |
|
28 | 22 | * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or |
29 | | - http://www.apache.org/licenses/LICENSE-2.0) |
| 23 | + https://www.apache.org/licenses/LICENSE-2.0) |
30 | 24 | * MIT license ([LICENSE-MIT](LICENSE-MIT) or |
31 | | - http://opensource.org/licenses/MIT) |
| 25 | + https://opensource.org/license/mit) |
32 | 26 |
|
33 | 27 | at your option. |
34 | 28 |
|
35 | 29 | ### Contribution |
36 | 30 |
|
37 | 31 | Unless you explicitly state otherwise, any contribution intentionally submitted |
38 | | -for inclusion in jobserver-rs by you, as defined in the Apache-2.0 license, shall be |
39 | | -dual licensed as above, without any additional terms or conditions. |
| 32 | +for inclusion in jobserver-rs by you, as defined in the Apache-2.0 license, |
| 33 | +shall be dual licensed as above, without any additional terms or conditions. |
0 commit comments