Data Structures

cat-data-structures

Rust implementations of ways of organizing data suited for specific purposes.

Bitflags

Hashmaps and friends

RecipeCratesCategories
Insertion-ordered mapindexmapcat-data-structures
Multimapmultimapcat-data-structures
Slotmapslotmapcat-data-structures

Stack-allocated arrays

RecipeCratesCategories
arrayvecarrayveccat-data-structures
smallvecsmallveccat-data-structures
tinyvectinyveccat-data-structures

UUIDs

RecipeCratesCategories
Generate and parse UUIDsuuidcat-data-structures