Rust
The easiest way to manage Rust with Devbox is to install rustup, and then configure the channel you wish to install via Devbox’s init_hook. You can also use the init_hook to configure rustup to install the Rust toolchain locally.
Example Repo
To pin a specific version of Rust with Rustup, you can add a
rust-toolchain.toml and
check it into source control.
Edit this page