cargo / cc / audit
cargo : cc @ 1.2.62
PE Patrick Elsen signed 2026-05-27 published 2026-05-27

README.md

30 lines · markdown

# cc-rsA library for[Cargo build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html)to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo tolink into the crate being built. This crate does not compile code itself; itcalls out to the default compiler for the platform. This crate willautomatically detect situations such as cross compilation and variousenvironment variables and will build code appropriately.Refer to the [documentation](https://docs.rs/cc) for detailed usageinstructions.## LicenseThis project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or   https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or   https://opensource.org/license/mit)at your option.### ContributionUnless you explicitly state otherwise, any contribution intentionally submittedfor inclusion in cc-rs by you, as defined in the Apache-2.0 license, shall bedual licensed as above, without any additional terms or conditions.