daily.dev
Rust Logo

Rustcrab


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



Preorder the Rust Book Now!

People

Francesco Ciulla

Francesco Ciulla

Founder

A passionate Software Engineer from Italy - Currently focused on Rust and Docker content on YouTube

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.