1. Getting Started With Rust
Let's be lazy...
The Lazy Way -- Let's Use Repl.It!
Installing Rust
$ curl https://sh.rustup.rs -sSf | sh$ export PATH="$HOME/.cargo/bin:$PATH"Last updated
Let's be lazy...
$ curl https://sh.rustup.rs -sSf | sh$ export PATH="$HOME/.cargo/bin:$PATH"Last updated