This folder is for beginner Rust developers. It helps you build a solid foundation through small exercises. Each module focuses on a single core concept so learning stays focused and practical.
- Basic syntax
- Ownership and Borrowing
- Generics and Traits
- Modules and Collections
- Error handling and Testing
References: Experimental fork of TRPL
Each module focuses on one essential Rust concept.
01_hello/β Basic syntax02_ownership/β Ownership and Borrowing03_generics/β Generics and Traits04_modules/β Modules and Vec / String / HashMap05_erro_handling/β Option / Result error handling and testing
β± Estimated time: 10 hours
cd basics/01_hello
cargo run