Crust of Rust: std::collections

Channel:
Subscribers:
97,800
Published on ● Video Link: https://www.youtube.com/watch?v=EF3Z4jdD1EQ



Duration: 2:45:04
61,474 views
1,554


In this video we go over the various collection types in the Rust
standard library (effectively `std::collections`), and discuss a bit
about how they work, when you might use each one, and what their
respective trade-offs are.

https://doc.rust-lang.org/std/collections/

0:00:00 Introduction
0:03:57 Vec
0:29:57 VecDeque
0:49:54 LinkedList
0:59:21 *Set types
1:07:51 HashMap
1:43:42 BTreeMap
2:10:22 BinaryHeap
2:30:31 Option and Result maybe(?)
2:37:35 Is () a collection?

Live version with chat: https://youtube.com/live/hmEtN8oS_uY







Tags:
rust
live-coding
collections
data structures
standard library