Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(str.md): avoid misunderstanding that there were only two string t…
…ypes With the previous wording, some might think there are exactly two string types in Rust. Even in the standard library you find more string types than `String` and `&str`, like CStr, OsStr or Path. It is also possible to define your own string types, so theoretically there is an infinite amount of string types in Rust.
- Loading branch information