Skip to content

Linux Dev Env Setup

Rahul Butani edited this page May 26, 2022 · 2 revisions

Rust Development

  1. Install rustup by following the instructions at rustup.rs.
    • This will install a Rust toolchain as well as Cargo, the Rust build tool and package manager.
Clone this wiki locally