rust
| Version | 2026.144.1443 |
| Repo | superproject |
Rust toolchain (rustc compiler + cargo package manager) installed from distro repositories Installs the Rust compiler (rustc) and the Cargo package manager from the distro repositories: the rust + cargo packages on Arch and Fedora, rustc + cargo on Debian and Ubuntu, with ~/.cargo/bin appended to PATH. Both binaries land at /usr/bin and report a version string, so a developer can compile and build Rust crates inside the image.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the rustc compiler binary is installed at /usr/bin/rustc |
check |
rustc reports a version string and exits cleanly |
check |
the cargo package manager binary is installed at /usr/bin/cargo |
check |
cargo reports a version string and exits cleanly |
check |
command=/usr/bin/rustc –version |
check |
command=/usr/bin/cargo –version |
check |
package=rust |