/fkin-sweet-rust

Personal cheatsheet repo for rust lang 🦀

Primary LanguageRust

🦀 Fkin Sweet Rust

Bunch of code in rust, to be used as a personal cheatsheet for rust. Mostly based on this crash course

Features

  • Comes with Cargo Package Manager
  • Isn't that enough? 🦀

How to make it oh yeah!

Install rust

curl https://sh.rustup.rs -sSf | sh

Then go to project dir and

cargo run
```