๐ฆ Rust
My notes while learning Rust from Programming Rust, 2nd edition
Topics
Types
- ๐ Rust Pointers
- ๐๏ธ Rust Collections
- ๐ Rust Text
- ๐ฐ Rust Structs
- ๐ข Rust Enums
- ๐ Rust Polymorphism
Ownership
Monads
Other
- ๐งฉ Rust Patterns
- ๐ Rust Closures
- ๐ Rust Iterators
- ๐ Rust Input and Output
- ๐ฑ๏ธ Rust Macros
Concurrency / Async
Questions
- What are smart pointers?
- Lifetimes explained
To learn:
- macros
- unsafe code