arena-alloc 0.1.1

A small arena allocator with a static backing store and ability to allocate arbitrary types.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "A small arena allocator with a static backing store and ability to allocate arbitrary types."
edition = "2021"
license = "GPL-3.0-or-later"
name = "arena-alloc"
readme = "README"
repository = "https://github.com/ericbreyer/rustarena"
version = "0.1.1"