thunderdome 0.6.0

Fast arena allocator with compact generational indices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = ["std"]
std = []

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