Container helpers collection, primarily to be used by cargo-wharf-frontend
.
All of the executables are statically linked.
Path: /usr/local/bin/cargo-build-plan
Collects build plan of the crate or workspace as a JSON.
Path: /usr/local/bin/cargo-metadata-collector
Collects [package.metadata]
and (unofficial) [workspace.metadata]
of the crate or workspace as a JSON.
Path: /usr/local/bin/cargo-test-runner
Runs tests just like cargo test
.
Path: /usr/local/bin/cargo-buildscript-capture
Runs and captures build script output for further usage.
Path: /usr/local/bin/cargo-buildscript-apply
Applies a captured build script output into subsequent rustc
calls.