100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
avoid double String allocation
avoid using to_lowercase() twice by implementing TryFrom<&str> then reusing it in TryFrom<String>