Registry / build-tool / jobserver

jobserver

JSON →
library0.1.34rscratesunverified

An implementation of the GNU Make jobserver protocol for coordinating parallel builds in Rust.

# Cargo.toml [dependencies] jobserver = "0.1.34"
INSTALL
IMPORT
SIG · JOBSERVER
J
jobserver
build-toolrustv0.1.34
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use jobserver::Client;

Creates a jobserver client with 4 parallel jobs and acquires a token.

use jobserver::Client; fn main() { let client = Client::new(4).expect("failed to create jobserver"); let token = client.acquire().unwrap(); // do work drop(token); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.34latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
jobserver — cargo add jobserver · libregistry