Merge pull request #2351 from dipan-ck/docs-add-string-links

docs: add str and String documentation links
This commit is contained in:
Mo Bitar 2026-05-09 12:27:28 +02:00 committed by GitHub
commit d9b63641e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)