[dependencies]
[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 = "2021"
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.2.0"