100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

avoid double String allocation

Open abd0-omar opened this issue 1 month ago • 0 comments

avoid using to_lowercase() twice by implementing TryFrom<&str> then reusing it in TryFrom<String>

abd0-omar avatar Oct 18 '25 12:10 abd0-omar