You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-07 06:55:42 +02:00
While learning Rust and going through the course, I realized the exercise solution readability can be improved by adding Tokenizer helper methods to encapsulate the character collecting logic - which slims down iterator's next() method while enhancing clarity.