Understanding Strings in Rust - Federico Terzi - A Software Engineering Journey
When I started learning Rust a couple of years ago, the first thing that really got me thinking was strings. You see, in Rust, there are 2 string types: the String and the &str types.
Understanding Strings in Rust - Federico Terzi - A Software Engineering Journey
When I started learning Rust a couple of years ago, the first thing that really got me thinking was strings. You see, in Rust, there are 2 string types: the String and the &str types.
https://federicoterzi.com/blog/understanding-strings-in-rust-copy/