Bunch of code in rust, to be used as a personal cheatsheet for rust. Mostly based on this crash course
- Comes with Cargo Package Manager
- Isn't that enough? 🦀
Install rust
curl https://sh.rustup.rs -sSf | sh
Then go to project dir and
cargo run
```