zone-alloc 0.2.2

Containers for zone-based data allocation.
Documentation
[dependencies.ahash]
optional = true
version = "0.8.6"

[features]
ahash = ["dep:ahash", "std"]
default = ["std", "ahash"]
std = []

[package]
authors = ["Jackson Nestelroad <jackson@nestelroad.com>"]
categories = ["memory-management", "no-std"]
description = "Containers for zone-based data allocation."
documentation = "https://docs.rs/zone_alloc"
edition = "2021"
keywords = ["allocation", "memory", "arena"]
license = "MIT"
name = "zone-alloc"
readme = "README.md"
version = "0.2.2"