compact_arena 0.4.1

A crate with some types to allow indexed arenas with small memory footprint
Documentation
[badges.travis-ci]
repository = "llogiq/compact_arena"
[dev-dependencies.compiletest_rs]
features = ["stable"]
version = "0.5"

[dev-dependencies.crossbeam-utils]
version = "0.8.0"

[features]
alloc = []
default = ["alloc"]
uninit = []

[package]
authors = ["Andre Bogus <bogusandre@gmail.de>"]
categories = ["memory-management", "data-structures", "no-std"]
description = "A crate with some types to allow indexed arenas with small memory footprint"
edition = "2018"
keywords = ["arena", "no-std", "no-heap"]
license = "MIT OR Apache-2.0"
name = "compact_arena"
readme = "README.md"
repository = "https://github.com/llogiq/compact_arena"
version = "0.4.1"