mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-02-12 04:39:19 +00:00
docs: add str and String documentation links
This commit is contained in:
parent
87ac600b7c
commit
de695c46f3
@ -6,4 +6,6 @@ to identify and create them, as well as use them.
|
||||
|
||||
## Further information
|
||||
|
||||
- [Strings](https://doc.rust-lang.org/book/ch08-02-strings.html)
|
||||
- [Strings (Rust Book)](https://doc.rust-lang.org/book/ch08-02-strings.html)
|
||||
- [`str` methods](https://doc.rust-lang.org/std/primitive.str.html)
|
||||
- [`String` methods](https://doc.rust-lang.org/std/string/struct.String.html)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user