2.7 KiB
2.7 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
- Structs
- Enums
- Match
- Patterns
- Method Syntax
- Vectors
- Strings
- Generics
- Traits
- Drop
- if let
- Trait Objects
- Closures
- Universal Function Call Syntax
- Crates and Modules
const
andstatic
- Attributes
type
aliases- Casting between types
- Associated Types
- Unsized Types
- Operators and Overloading
- Deref coercions
- Macros
- Raw Pointers
unsafe
- Nightly Rust
- Glossary
- Academic Research