The Rust build ecosystem
# Cargo as the one build path — the artifact formats, the project model in depth, and the release & supply-chain machinery.
❯ cat documents/
-
The Rust build ecosystem
Concept
2026-08-09
Cargo as the one build path — crates.io as the single registry, the artifact formats from bin to cdylib to WASM, and where Bazel-scale exceptions appear.
-
Building & releasing Rust
Concept
2026-08-09
Cross-compilation and the linker problem, cross and cargo-zigbuild, static musl builds, cargo-dist for release automation, and the supply chain: cargo-audit, cargo-deny, cargo-vet.
-
Cargo in depth — workspaces, features, profiles & publishing
Concept
2026-08-09
The cargo project model — workspace layout and dependency inheritance, additive features and unification, build profiles, build.rs, crates.io publishing, and lockfile semantics.