[go: up one dir, main page]

cc 1.2.37

A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
Documentation
1
2
3
4
5
6
mod async_executor;
mod command_runner;
mod job_token;
pub(crate) mod stderr;

pub(crate) use command_runner::run_commands_in_parallel;