Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Rust Programming Tutorial #33 – String Methods

15K views on YouTube

dcode 42 tutorials here

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!