[package]
name = "stack-arena"
version = "0.3.0"
edition = "2021"
authors = ["Max Zhang <yunxinyi@gmail.com>"]
description = "A fast, stack-like arena allocator inspired by GNU obstack, implemented in Rust."
license = "MIT"
repository = "https://github.com/enterprise-search/stack-arena"
homepage = "https://github.com/enterprise-search/stack-arena"
documentation = "https://docs.rs/stack-arena"
readme = "README.md"
keywords = ["arena", "allocator", "stack", "obstack", "memory"]
categories = ["memory-management", "data-structures"]
exclude = [".github/", "examples/", "tests/", "target/", "benches/"]
[dependencies]
[dev-dependencies]
criterion = { version = "0.6.0", features = ["html_reports"] }
[[bench]]
name = "obstack_bench"
harness = false