BrooksPatton / learning-rust

Learning Rust from the official Rust book
MIT License
35 stars 5 forks source link

Rustify pig latin #7

Closed aeveris closed 6 years ago

aeveris commented 6 years ago

I have removed multiple string allocations and improved the handling of multi-byte characters. There are comments in the code describing some of the changes.