[package] name = "loro-thunderdome" description = "Fork of thunderdome: Fast arena allocator with compact generational indices" version = "0.6.2" authors = ["Lucien Greathouse "] 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"]