9f87362308
Many unsafe features are now in the unstable section, so this section is really just about raw pointers now. That also makes sense for its place in the TOC. This addresses part of #12905.
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
- Move semantics
- Enums
- Match
- Structs
- Patterns
- Method Syntax
- Vectors
- Strings
- Generics
- Traits
- Operators and Overloading
- Drop
- if let
- Trait Objects
- Closures
- Universal Function Call Syntax
- Crates and Modules
static
const
- Tuple Structs
- Attributes
- Conditional Compilation
type
aliases- Casting between types
- Associated Types
- Unsized Types
- Deref coercions
- Macros
- Raw Pointers
- Nightly Rust
- Glossary
- Academic Research