thunderdome 0.2.1

Fast arena allocator with compact generational indices
Documentation
[package]
name = "thunderdome"
description = "Fast arena allocator with compact generational indices"
version = "0.2.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"

[workspace]
members = ["comparison"]