docs: add str and String documentation links

This commit is contained in:
Dipan Chakraborty 2026-02-10 19:00:41 +05:30
parent 87ac600b7c
commit de695c46f3

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)