Build Time Tooling
Utilities for build scripts and other build time steps.
Recipe | Crates | Categories |
---|---|---|
Compile and link statically to a bundled C library | ||
Compile and link statically to a bundled C++ library | ||
Compile a C library while setting custom defines |
[development-tools_build-utils/index: add (P2)](https://github.com/john-cd/rust_howto/issues/306)
Use
Use sccache
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.