This is a quick overview of Rust, how to get started in it, where it comes from (in terms of the type systems, raii, type theory (affine types / linear types), trait abstractions, monomophization from the compiler and general syntax introduction).
I also provide links to various resources for getting started as well.
↠ References:
Rust Cheatsheet: https://cheats.rs/
Rust Playground: https://play.rust-lang.org/
Rust By Example: https://doc.rust-lang.org/stable/rust-by-example/index.html
Crates: https://crates.io/
Exercises: https://exercism.org/tracks
Rust Book: https://doc.rust-lang.org/book/
↠ Dotfiles: https://github.com/nyxtom/dotfiles
↠ Twitter: @nyxtom https://twitter.com/nyxtom
↠ Channel: https://www.youtube.com/c/nyxtom
Cheers! 🍻
🦀 #rust #rustlang #rustprogramming #exercises #programming