varmap 0.1.1

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.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"