String vs. &str(blog.sulami.xyz)
blog.sulami.xyz
String vs. &str
https://blog.sulami.xyz/posts/string-vs-str/
2 comments
For sure one of the more concise and practical guides I've seen on the topic. Substrings make for a fantastic Northstar example.
https://blog.sulami.xyz/posts/string-vs-str/
Double that of a usize, since str is an unsized type and needs a fat pointer.