| Crates.io | hash_table_datastruct |
| lib.rs | hash_table_datastruct |
| version | 0.6.3 |
| created_at | 2023-12-19 12:12:36.036767+00 |
| updated_at | 2024-01-20 15:24:21.416614+00 |
| description | Adds a HashTable type, allowing to store values in a table with integer-indexed rows and hashable keys for columns |
| homepage | |
| repository | https://github.com/JohnTheCoolingFan/hash_table |
| max_upload_size | |
| id | 1074236 |
| size | 43,093 |
This crate provides a 2d data structure where columns are indexed by hashable keys and rows are indexed using an unsigned integer (usize).
| 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 |