Rust Programming Tutorial #33 – String Methods
15K views on YouTube
Reference and Documentation for Rust String:
https://doc.rust-lang.org/std/string/struct.String.html
Refer to the above for a full list of methods you can use on Strings.
Today I talk about five new (and important) String methods in Rust that I haven’t covered before – I feel like these methods are useful and come in handy whenever you’re working on your own Rust projects.
The reason for this video is because previously when I covered Strings I only went through a few basic and generic methods – so I felt I needed to make a second video on Strings to cover all the concepts.
If this video helped you out and you’d like to see more, make sure to leave a like and subscribe to dcode!