[package]
edition = "2021"
name = "varmap"
version = "0.1.1"
authors = ["Gavrilut Dragos <gavrilut.dragos@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, heterogeneous key-value maps for Rust. Store mixed types (integers, strings, bytes, custom structs) under a single key namespace, with compile-time keys, runtime strings, or enum variants. Arena-backed for zero-copy reads of strings and byte slices."
homepage = "https://github.com/gdt050579/varmap"
documentation = "https://docs.rs/varmap"
readme = "README.md"
keywords = [
"map",
"kv",
"arena",
"heterogeneous",
"fnv",
]
categories = [
"data-structures",
"caching",
"algorithms",
]
license = "MIT"
repository = "https://github.com/gdt050579/varmap"
[features]
[lib]
name = "varmap"
path = "src/lib.rs"
[dependencies.varmap_proc_macro]
version = "0.1.1"