hash_table_datastruct

Crates.iohash_table_datastruct
lib.rshash_table_datastruct
version0.6.3
sourcesrc
created_at2023-12-19 12:12:36.036767
updated_at2024-01-20 15:24:21.416614
descriptionAdds a HashTable type, allowing to store values in a table with integer-indexed rows and hashable keys for columns
homepage
repositoryhttps://github.com/JohnTheCoolingFan/hash_table
max_upload_size
id1074236
size43,093
(JohnTheCoolingFan)

documentation

https://docs.rs/hash_table_datastruct/latest

README

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
Commit count: 73

cargo fmt