rust-notes
rust-notes copied to clipboard
Terse Rust learning material. :crab:
Rust
Notes I take during learning Rust from The Rust book and Rust by example. 🦀
Further reading:
- Async for details on asynchronous programming
- TLBORM for details on macros
- Rustonomicon for raw guts of the language 🙀
Topics
- Intro
- Variables
- Functions
- Control flow
- Primitives
- Ownership
- References
- Slices
- Structs
- Enums
- Generics
- Traits
- Types
- Effects
- Lifetimes
- Closures
- Iterators
- Collections
- Strings
- Smart pointers
- Patterns
- Modules
- Cargo
- Tests
- Attributes
- Threads
- Macros
- Unsafe
- Async