March 16, 2020
Gaining Knowledge About Rust Strings!
Strings are such an IMPORTANT programming concept.
I do not think that it matters which programming language you are using, because understanding strings in a programming language is in my experience always so IMPORTANT.
Strings in Rust can be a complicated topic and the String vs &str in Rust article may help one UNDERSTAND Rust strings better.
I must STUDY strings in Rust so that I may gain knowledge of them.