cc 1.2.57

A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
Documentation
1
2
3
4
5
6
7
disallowed-methods = [
    { path = "std::env::var_os", reason = "Please use Build::getenv" },
    { path = "std::env::var", reason = "Please use Build::getenv" },
    { path = "std::env::set_var", reason = "use `GlobalEnv::lock().set`" },
    { path = "std::env::remove_var", reason = "use `GlobalEnv::lock().remove`" },
]
doc-valid-idents = ["AppleClang", "OpenBSD", ".."]