{"id":59081,"library":"jobserver","title":"Jobserver","description":"An implementation of the GNU Make jobserver protocol for coordinating parallel builds in Rust.","status":"active","version":"0.1.34","language":"rust","source_language":null,"source_url":"https://github.com/rust-lang/jobserver-rs","tags":["build","parallel","make","jobserver","gnu"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\njobserver = \"0.1.34\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add jobserver","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use jobserver::Client;"}],"quickstart":{"code":"use jobserver::Client;\n\nfn main() {\n    let client = Client::new(4).expect(\"failed to create jobserver\");\n    let token = client.acquire().unwrap();\n    // do work\n    drop(token);\n}","lang":"rust","description":"Creates a jobserver client with 4 parallel jobs and acquires a token."},"warnings":[],"env_vars":null,"search_vec":"'build':13,16 'coordin':11 'gnu':6,20 'implement':3 'jobserv':1,8,19 'make':7,18 'parallel':12,17 'protocol':9 'rust':15","created_at":"2026-06-16T16:49:44.739961+00:00","updated_at":"2026-06-16T16:49:44.739961+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rust-lang/jobserver-rs","github":"https://github.com/rust-lang/jobserver-rs","docs":"https://docs.rs/jobserver/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["build-tool","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}