A build-time dependency for Cargo build scripts to compile native C code into static archives for Rust linkage.
# Cargo.toml
[dependencies]
cc = "1.2.63"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile a C source file into a static library during Cargo build.
Install a C compiler or use cross-compilation toolchains.
No dependency data recorded yet.