[package]
name = "thunderdome"
description = "Fast arena allocator with compact generational indices"
version = "0.6.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
documentation = "https://docs.rs/thunderdome"
homepage = "https://github.com/LPGhatguy/thunderdome"
repository = "https://github.com/LPGhatguy/thunderdome"
readme = "README.md"
keywords = ["arena", "slab", "generational"]
license = "MIT OR Apache-2.0"
[features]
default = ["std"]
std = []
[workspace]
members = ["benchmark", "comparison"]