thunderdome 0.4.2

Fast arena allocator with compact generational indices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "thunderdome"
description = "Fast arena allocator with compact generational indices"
version = "0.4.2"
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"]