3 homepage: https://rust-lang.org
5 Rust: Empowering everyone to build reliable and efficient software.
14 You can `rustup use x.y.z` for a specific version or toolchain.
18 > Rust is what C++ and D were trying to do, but didn't. It's a modern, safe,
19 > high-performance language, which also just so happens to be used to build all
20 > of your favorite CLI tools, such as:
22 - rg (ripgrep, modern grep)
28 ### Install rust from rust.rs
31 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh