Rust Programming Tutorial #22 - Strings

preview_player
Показать описание
In this video I go over the String struct found in the Rust Standard Library.

We look at a few methods you can use with String, but if you really want to get into it you should check out the String documentation:

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Рекомендации по теме
Комментарии
Автор

5 years later still best tutorial playlist

HowToLinux
Автор

Your videos are so amazing for beginners, you kept it short and simple! You also de-mystified code and made it so enjoyable, thank you very much!

kualamercedes
Автор

Thanks for the class, Dcode!
Greetings from Brazil.

larissavieiradias
Автор

Length of this video: 404 Not Found

(Thanks for these nice tutorials!)

asterixgallier
Автор

Kept it simple, but skipped an important topic. String slices, and how they are the same and different from String. This can be very confusing for people because Rust has two string types, String (owned string) and &str (string slice). I guess the topic could have been covered in a general slices video, since slices of arrays, vecs, and strings overlap. But there isn't a video covering it.

pedantic
Автор

Excellent beginning tutorial on Strings! Thank you dcode!

NFLStudy
Автор

YOU SAVED ME BROTHER! YOU SAVED ME!!!!

ming.manangan