1eae884f39
Also, as @huonw guessed, move semantics really _does_ make more sense as a sub-chapter of ownership.
2.5 KiB
2.5 KiB
Summary
- Getting Started
- Learn Rust
- Effective Rust
- Syntax and Semantics
- Variable Bindings
- Functions
- Primitive Types
- Comments
- if
- for loops
- while loops
- Ownership
- References and Borrowing
- Lifetimes
- Mutability
- Enums
- Match
- Structs
- Patterns
- Method Syntax
- Vectors
- Strings
- Generics
- Traits
- Drop
- if let
- Trait Objects
- Closures
- Universal Function Call Syntax
- Crates and Modules
const
andstatic
- Tuple Structs
- Attributes
type
aliases- Casting between types
- Associated Types
- Unsized Types
- Operators and Overloading
- Deref coercions
- Macros
- Raw Pointers
unsafe
- Nightly Rust
- Glossary
- Academic Research