[package]
name = "thunderation"
description = "Fast arena-based map with compact generational indices"
version = "0.2.0"
authors = [
"Billy Messenger <billydm@noreply.codeberg.org>",
"Lucien Greathouse <me@lpghatguy.com>",
]
edition = "2024"
documentation = "https://docs.rs/thunderation"
repository = "https://codeberg.org/BillyDM/thunderation"
readme = "README.md"
keywords = ["arena", "map", "slab", "generational"]
categories = ["data-structures", "no-std"]
license = "MIT OR Apache-2.0"
[features]
default = ["std"]
std = []