stackmap 0.1.2

A fast stack-only hashmap for small high-performance scenarios
Documentation
[dependencies]

[lib]
name = "stackmap"
path = "src/lib.rs"

[package]
authors = ["Dean Chalk dean.chalk@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast stack-only hashmap for small high-performance scenarios"
edition = "2021"
homepage = "https://github.com/deanchalk/stackmap"
license = "MIT"
name = "stackmap"
readme = "README.md"
repository = "https://github.com/deanchalk/stackmap"
version = "0.1.2"