fromArmin Ronacher's Thoughts and Writings2 months agoBridging the Efficiency Gap Between FromStr and StringThe FromStr trait in Rust allows for converting &str into other types, but using it with a String can lead to unnecessary cloning.Scala