stack-arena 0.6.0

A fast, stack-like arena allocator inspired by GNU obstack, implemented in Rust.
Documentation
[dependencies]

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6.0"

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

[package]
authors = ["Max Zhang <yunxinyi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "data-structures"]
description = "A fast, stack-like arena allocator inspired by GNU obstack, implemented in Rust."
documentation = "https://docs.rs/stack-arena"
edition = "2024"
exclude = [".github/", "examples/", "tests/", "target/", "benches/"]
homepage = "https://github.com/enterprise-search/stack-arena"
keywords = ["arena", "allocator", "stack", "obstack", "memory"]
license = "MIT"
name = "stack-arena"
readme = "README.md"
repository = "https://github.com/enterprise-search/stack-arena"
version = "0.6.0"