Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77 "Rust In P
502 194
English Pages 408 Year 2024
Table of contents :
Rust In Practice
Chapter 1: Why Rust?
Chapter 2: Getting Ready with Rust Environment
Chapter 3: Most Essentials of Rust
Chapter 4: Structs
Chapter 5: Enums and Pattern Matching
Chapter 6: Exploring Ownership and Borrowing
Chapter 7: Cargo, Crates and Packages
Chapter 8: Cargo Commands
Chapter 9: Rust Standard Library
Chapter 10: Smart Pointers & Reference Cycles