Quick Introduction to Rust
Created Nov 18, 2023Last modified Dec 4, 2023
Contents
- Chapter 1. Basics
- 1.1 Hello World
- 1.2 Formatting
- 1.3 Primitives
- 1.4 Custom Types
- 1.5 Variables
- 1.6 Type Mechanisms
- 1.7 Conversion
- 1.8 Control Flow
- 1.9 Functions
- 1.10 Modules
- 1.11 Attributes
- 1.12 Scoping
- Chapter 2. Advanced
- 2.1 Crates
- 2.2 Cargo
- 2.3 Generics
- 2.4 Traits
- 2.5 macro_rules!
- 2.6 Error Handling
- 2.7 Testing
- 2.8 Unsafe Operations
- 2.9 Documentation
- Chapter 3. Std Library