2 articles
Knowledge Base
Rust
2 articles in the Rust category.
- Installing the Rust toolchain with rustup Install rustup, pin the Rust version per project with rust-toolchain.toml, and add the targets and components a real build pipeline needs.
- Building and deploying Rust binaries with cargo Build release Rust binaries with LTO and stripped symbols, package them as Debian packages or tarballs, and supervise them with systemd.