No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 54121a4d76
Releasing fastforward version 1.2.60-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 12:04:04 +02:00
debian Releasing fastforward version 1.2.60-1~ffwd13+u1. 2026-07-20 12:04:04 +02:00
src Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
.cargo_vcs_info.json Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
.gitignore Adding upstream version 1.2.34. 2026-07-20 12:02:31 +02:00
Cargo.lock Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
Cargo.toml Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
Cargo.toml.orig Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
CHANGELOG.md Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
clippy.toml Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00
LICENSE-APACHE Adding upstream version 1.2.34. 2026-07-20 12:02:31 +02:00
LICENSE-MIT Adding upstream version 1.2.34. 2026-07-20 12:02:31 +02:00
README.md Merging upstream version 1.2.60. 2026-07-20 12:02:57 +02:00

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

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.