federico-terzi / federico-terzi.github.io

Personal Website
https://federicoterzi.com
6 stars 5 forks source link

blog/understanding-strings-in-rust-copy/ #12

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

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/

stardustman commented 2 years ago

mark