Onebite.dev
Developer tips & trick, one bite at a time
Collections is a number of data structures, that already available in standard library in Rust.
Collections can contains multiple values.
Every kind of collection has different power and costs. We need to know what and when to use it.
In general there are 3 collections in Rust:
This is a post in the start learning Rust series.