Rust build-time dependency library for C/C++ libraries
- Rust 99.7%
- Assembly 0.2%
- C 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
CI / Test (push) Has been cancelled
CI / Test-1 (push) Has been cancelled
CI / Test-2 (push) Has been cancelled
CI / Test-3 (push) Has been cancelled
CI / Test-4 (push) Has been cancelled
CI / Test-5 (push) Has been cancelled
CI / Test-6 (push) Has been cancelled
CI / Test-7 (push) Has been cancelled
CI / Test-8 (push) Has been cancelled
CI / Test-9 (push) Has been cancelled
CI / Test-10 (push) Has been cancelled
CI / Test-11 (push) Has been cancelled
CI / Test-12 (push) Has been cancelled
CI / Test-13 (push) Has been cancelled
CI / Test-14 (push) Has been cancelled
CI / Test-15 (push) Has been cancelled
CI / Test-16 (push) Has been cancelled
CI / Test-17 (push) Has been cancelled
CI / Test-18 (push) Has been cancelled
CI / Test-19 (push) Has been cancelled
CI / Test-20 (push) Has been cancelled
CI / Test-21 (push) Has been cancelled
CI / Test-22 (push) Has been cancelled
CI / Test-23 (push) Has been cancelled
CI / Test-24 (push) Has been cancelled
CI / Test-25 (push) Has been cancelled
CI / Test-26 (push) Has been cancelled
CI / Test-27 (push) Has been cancelled
CI / Test-28 (push) Has been cancelled
CI / Test-29 (push) Has been cancelled
CI / Test-30 (push) Has been cancelled
CI / Test-31 (push) Has been cancelled
CI / Test-32 (push) Has been cancelled
CI / Test-33 (push) Has been cancelled
CI / Test-34 (push) Has been cancelled
CI / Test-35 (push) Has been cancelled
CI / Test-36 (push) Has been cancelled
CI / Test-37 (push) Has been cancelled
CI / Test-38 (push) Has been cancelled
CI / Test-39 (push) Has been cancelled
CI / Test-40 (push) Has been cancelled
CI / Test-41 (push) Has been cancelled
CI / Test-42 (push) Has been cancelled
CI / Test-43 (push) Has been cancelled
CI / Test-44 (push) Has been cancelled
CI / Test-45 (push) Has been cancelled
CI / Test-46 (push) Has been cancelled
CI / Test-47 (push) Has been cancelled
CI / Test-48 (push) Has been cancelled
CI / Test-49 (push) Has been cancelled
CI / Test-50 (push) Has been cancelled
CI / Test-51 (push) Has been cancelled
CI / Test-52 (push) Has been cancelled
CI / Test-53 (push) Has been cancelled
CI / Test-54 (push) Has been cancelled
CI / Test-55 (push) Has been cancelled
CI / Test-56 (push) Has been cancelled
CI / Test linker-plugin-lto (push) Has been cancelled
CI / Test build-std (push) Has been cancelled
CI / Test build-std-1 (push) Has been cancelled
CI / Test build-std-2 (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / semver-checks (push) Has been cancelled
Publish release / Release-plz release (push) Has been cancelled
CI / Test build-std-3 (push) Has been cancelled
CI / Test build-std-4 (push) Has been cancelled
CI / Test build-std-5 (push) Has been cancelled
CI / Test build-std-6 (push) Has been cancelled
CI / Test build-std-7 (push) Has been cancelled
CI / Test build-std-8 (push) Has been cancelled
CI / Test wasm (push) Has been cancelled
CI / Test wasm32-wasi* targets (push) Has been cancelled
CI / Test wasm32-wasi* targets-1 (push) Has been cancelled
CI / Test wasm32-wasi* targets-2 (push) Has been cancelled
CI / Test CUDA support (push) Has been cancelled
CI / MSRV (push) Has been cancelled
CI / MSRV-1 (push) Has been cancelled
CI / MSRV-2 (push) Has been cancelled
CI / Tests pass (push) Has been cancelled
|
||
| .github | ||
| dev-tools | ||
| find-msvc-tools | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
cc-rs
A library for Cargo build scripts to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo to link into the crate being built. This crate does not compile code itself; it calls out to the default compiler for the platform. This crate will automatically detect situations such as cross compilation and various environment variables and will build code appropriately.
Refer to the documentation for detailed usage instructions.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/license/mit)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in cc-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.