#numbers #unix #client #gnu #env #called #jobserver

jobslot

An implementation of the GNU make jobserver for Rust

12 releases

0.2.17 Mar 17, 2024
0.2.15 Feb 3, 2024
0.2.14 Nov 16, 2023
0.2.11 Apr 15, 2023
0.2.8 Nov 23, 2022

#69 in Concurrency

Download history 832/week @ 2023-12-04 1254/week @ 2023-12-11 950/week @ 2023-12-18 970/week @ 2023-12-25 1396/week @ 2024-01-01 1839/week @ 2024-01-08 1591/week @ 2024-01-15 2760/week @ 2024-01-22 2802/week @ 2024-01-29 2969/week @ 2024-02-05 2861/week @ 2024-02-12 3178/week @ 2024-02-19 3235/week @ 2024-02-26 4503/week @ 2024-03-04 4080/week @ 2024-03-11 5558/week @ 2024-03-18

17,544 downloads per month
Used in 7 crates (2 directly)

MIT/Apache

62KB
1K SLoC

jobslot

An implementation of the GNU make jobserver for Rust

CI

Crates.io

Documentation

Advantages over jobserver?

  • jobslot contains bug fix for Client::configure is unsafe
  • jobslot removed use of signal handling in the helper thread on unix
  • jobslot uses windows-sys on windows instead of manually declaring bindings (some of the bindings seem to be wrong)
  • jobslot uses getrandom on windows instead of making homebrew one using raw windows api
  • jobslot::Client::from_env can be called any number of times on Windows and Unix.

Usage

First, add this to your Cargo.toml:

[dependencies]
jobslot = "0.2"

Use of this crate in rustc

This crate uses getrandom v0.2.7 on windows. If you want to use this crate in rustc, make sure to bump getrandom to v0.2 to avoid pulling in different major versions of the same crate.

License

This project is licensed under either of

at your option.

Contribution

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

Dependencies

~0.4–13MB
~123K SLoC