Manage your Rust toolchain using rustup Rustup can be used to install Rust and keep it updated. It also allows you to seamlessly switch between the stable, beta, and nightly Rust compilers and tooling.
Learn Rust in 2022 If you're going to explore Rust this year, download our free Rust cheat sheet, so you have a quick reference for the basics.
Use Rust for embedded development Rust's high performance, reliability, and productivity make it apt for embedded systems.
Replace find with fd on Linux The fd command is a popular, user-friendly alternative to the find command.
Replace du with dust on Linux The dust command is a more intuitive implementation of the du command written in Rust.