Update 107-string.md (#5951)

More links were added to the Vector step in the Rust roadmap
---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/5947/head
Jhonatan Mustiola 4 months ago committed by GitHub
parent f143d800bd
commit 9471bf50f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/rust/content/101-language-basics/103-data-structures/107-string.md

@ -4,4 +4,8 @@ In Rust, `String` is a growable, mutable, owned, UTF-8 encoded string type. When
Learn more from the following links:
- [@article@What Is a String?](https://doc.rust-lang.org/book/ch08-02-strings.html?highlight=String#what-is-a-string)
- [@official@String in std::string - Rust](https://doc.rust-lang.org/std/string/struct.String.html)
- [@official@str - Rust](https://doc.rust-lang.org/std/primitive.str.html)
- [@official@What Is a String?](https://doc.rust-lang.org/book/ch08-02-strings.html?highlight=String#what-is-a-string)
- [@article@Rust String (With Examples)](https://www.programiz.com/rust/string)
- [@video@All Rust string types explained](https://www.youtube.com/watch?v=CpvzeyzgQdw&pp=ygUOc3RyaW5nIGluIHJ1c3Q%3D)

Loading…
Cancel
Save