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