[dependencies]
[lib]
name = "small_hash_map"
path = "src/lib.rs"
[package]
authors = ["Valentin Shergin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management"]
description = "A hash map optimized for small collections with automatic stack-to-heap transition"
documentation = "https://docs.rs/small_hash_map"
edition = "2021"
keywords = ["hashmap", "small", "stack", "inline", "adaptive"]
license = "MIT"
name = "small_hash_map"
readme = "README.md"
repository = "https://github.com/shergin/small-hash-map"
version = "1.0.1"