[dependencies.cfg-if]
version = "1.0.0"
[dependencies.hashbrown]
optional = true
version = "0.14.1"
[package]
categories = ["data-structures", "rust-patterns"]
description = "Adds a HashTable type, allowing to store values in a table with integer-indexed rows and hashable keys for columns"
documentation = "https://docs.rs/hash_table_datastruct/latest"
edition = "2021"
keywords = ["struct", "hash", "table"]
license = "MIT"
name = "hash_table_datastruct"
repository = "https://github.com/JohnTheCoolingFan/hash_table"
version = "0.4.0"