daily.dev
Rust Logo

Rustcrab


An Open source project with everything you need to learn about Rust



Preorder the Rust Book Now!

Data Structures in Rust

Vector

A resizable array, implemented as a contiguous growable array type.

HashMap

A hash map implemented with quadratic probing and SIMD lookup.

LinkedList

A doubly-linked list.