rustc/vendor/jobserver
2024-06-19 10:24:51 +02:00
..
src New upstream version 1.77.2+dfsg1 2024-06-19 10:24:51 +02:00
tests New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
.cargo-checksum.json New upstream version 1.77.2+dfsg1 2024-06-19 10:24:51 +02:00
Cargo.toml New upstream version 1.77.2+dfsg1 2024-06-19 10:24:51 +02:00
LICENSE-APACHE New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
LICENSE-MIT New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00
README.md New upstream version 1.75.0+dfsg1 2024-06-04 21:09:03 +02:00

jobserver-rs

An implementation of the GNU make jobserver for Rust

Crates.io

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
jobserver = "0.1"

Next, add this to your crate:

extern crate jobserver;

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in jobserver-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.