Rust Adventures: Introduction to Collections — String

Floriano Victor Peixoto
Analytics Vidhya
Published in
5 min readJan 9, 2021

--

Hi there folks!

We are back with the last part of Collections, this time we are talking about Strings!

Yeah, you read it right. In Rust, Strings are part of collections family.

So let’s begin.

What are Strings?

--

--