gcc

Rust library for build scripts to compile C/C++ code into a Rust library

Latest version: 0.3.55 registry icon
Maintenance score
100
Safety score
0
Popularity score
86
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.3.55 0 0 1 0 0
0.3.54 0 0 1 0 0
0.3.53 0 0 1 0 0
0.3.52 0 0 1 0 0
0.3.51 0 0 1 0 0
0.3.50 0 0 1 0 0
0.3.49 0 0 1 0 0
0.3.48 0 0 1 0 0
0.3.47 0 0 1 0 0
0.3.46 0 0 1 0 0
0.3.45 0 0 1 0 0
0.3.44 0 0 1 0 0
0.3.43 0 0 1 0 0
0.3.42 0 0 1 0 0
0.3.41 0 0 1 0 0
0.3.40 0 0 1 0 0
0.3.39 0 0 1 0 0
0.3.38 0 0 1 0 0
0.3.37 0 0 1 0 0
0.3.36 0 0 1 0 0
0.3.35 0 0 1 0 0
0.3.34 0 0 1 0 0
0.3.33 0 0 1 0 0
0.3.32 0 0 1 0 0
0.3.31 0 0 1 0 0
0.3.30 0 0 1 0 0
0.3.29 0 0 1 0 0
0.3.28 0 0 1 0 0
0.3.27 0 0 1 0 0
0.3.26 0 0 1 0 0
0.3.25 0 0 1 0 0
0.3.24 0 0 1 0 0
0.3.23 0 0 1 0 0
0.3.22 0 0 1 0 0
0.3.21 0 0 1 0 0
0.3.20 0 0 1 0 0
0.3.19 0 0 1 0 0
0.3.18 0 0 1 0 0
0.3.17 0 0 1 0 0
0.3.16 0 0 1 0 0
0.3.15 0 0 1 0 0
0.3.14 0 0 1 0 0
0.3.13 0 0 1 0 0
0.3.12 0 0 1 0 0
0.3.11 0 0 1 0 0
0.3.10 0 0 1 0 0
0.3.9 0 0 1 0 0
0.3.8 0 0 1 0 0
0.3.6 0 0 1 0 0
0.3.5 0 0 1 0 0
0.3.4 0 0 1 0 0
0.3.3 0 0 1 0 0
0.3.2 0 0 1 0 0
0.3.1 0 0 1 0 0
0.3.0 0 0 1 0 0
0.2.1 0 0 1 0 0
0.2.0 0 0 1 0 0
0.1.7 0 0 1 0 0
0.1.6 0 0 1 0 0
0.1.5 0 0 1 0 0
0.1.4 0 0 1 0 0
0.1.3 0 0 1 0 0
0.1.2 0 0 1 0 0
0.1.1 0 0 1 0 0
0.1.0 0 0 1 0 0
0.0.2 0 0 1 0 0
0.0.1 0 0 1 0 0

Stability
Latest release:

0.3.55 - This version has known vulnerabilities

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant


Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant



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.