stack-arena 0.2.0

A fast, stack-like arena allocator inspired by GNU obstack, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]