You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(str.md): avoid misunderstanding that there were only two string types
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.
0 commit comments