typed-arena 1.7.0

The arena, a fast but limited type of allocator
Documentation
[[bench]]
harness = false
name = "benches"
path = "benches/benches.rs"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["std"]
std = []

[lib]
name = "typed_arena"
path = "src/lib.rs"

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Nick Fitzgerald <fitzgen@gmail.com>"]
categories = ["memory-management", "no-std"]
description = "The arena, a fast but limited type of allocator"
documentation = "https://docs.rs/typed-arena"
keywords = ["arena"]
license = "MIT"
name = "typed-arena"
readme = "./README.md"
repository = "https://github.com/SimonSapin/rust-typed-arena"
version = "1.7.0"
[profile.bench]
debug = true