[package]
name = "stack-arena"
version = "0.2.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"]
[dependencies]