Data Structures
Rust implementations of ways of organizing data suited for specific purposes.
Bitflags
Recipe | Crates | Categories |
---|---|---|
Define and operate on a type represented as a bitfield | ||
Flagset |
TODO
Hashmaps and friends
Recipe | Crates | Categories |
---|---|---|
Insertion-ordered map | ||
Multimap | ||
Slotmap |
TODO
Stack-allocated arrays
TODO
UUIDs
Recipe | Crates | Categories |
---|---|---|
Generate and parse UUIDs |
TODO
TODO: expand