Documenting my journey mastering Rust. Focuses on implementing algorithms, writing idiomatic code, and covering concepts from basic to advanced.
- Binary Search - ( generics, trait bounds, patterns )
- DOT DSL - ( structs, modules, builder pattern )
- Grade School - ( hashmap, structs, vectors )
- Robot Name - ( mutex, hashset, randomness )
- Space Age - ( traits, macros )
- Bottle Song - ( iterators, string manipulation )
- Gigasecond - ( external crates )
- Reverse String - ( iterators, grapheme clusters, string manipulation )