10 releases (5 breaking)
0.6.3 | Jan 20, 2024 |
---|---|
0.6.2 | Jan 6, 2024 |
0.5.0 | Dec 26, 2023 |
0.4.0 | Dec 22, 2023 |
0.1.0 | Dec 19, 2023 |
#1375 in Data structures
42KB
1K
SLoC
Hash Table (data structure)
This crate provides a 2d data structure where columns are indexed by hashable keys and rows are indexed using an unsigned integer (usize
).
Features
Name | Description | Enabled by default? |
---|---|---|
hashbrown |
Uses hashbrown instead of std hashmap |
No |
serde |
Serde trait implementations | Yes |
hashbrown-serde |
Enables hashbrown 's serde feature and serde and hashbrown features of this crate |
No |
Dependencies
~0.4–1.3MB
~26K SLoC