mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-05-15 09:48:45 +00:00
Merge pull request #2351 from dipan-ck/docs-add-string-links
docs: add str and String documentation links
This commit is contained in:
commit
d9b63641e5
@ -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