No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2019-03-15 07:04:12 -07:00
src Add raw non-RAII APIs for token management 2019-03-14 08:20:08 -07:00
tests Add raw non-RAII APIs for token management 2019-03-14 08:20:08 -07:00
.appveyor.yml Add AppVeyor testing 2017-05-27 21:40:04 -07:00
.gitignore Initial commit 2017-05-27 20:23:57 -07:00
.travis.yml Tweak travis config 2019-01-02 13:55:27 -08:00
Cargo.toml Bump to 0.1.13 2019-03-15 07:04:12 -07:00
LICENSE-APACHE Initial commit 2017-05-27 20:23:57 -07:00
LICENSE-MIT Initial commit 2017-05-27 20:23:57 -07:00
README.md Tweak travis config 2019-01-02 13:55:27 -08:00

jobserver-rs

An implementation of the GNU make jobserver for Rust

Build Status Build status 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 Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.