toolshed 0.6.2

Arena allocator and a handful of useful data structures
Documentation
[dependencies.fxhash]
version = "0.2"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
impl_serialize = ["serde"]

[package]
authors = ["maciejhirsz <maciej.hirsz@gmail.com>"]
description = "Arena allocator and a handful of useful data structures"
documentation = "https://docs.rs/toolshed/"
license = "MIT/Apache-2.0"
name = "toolshed"
repository = "https://github.com/ratel-rust/toolshed"
version = "0.6.2"
[profile.bench]
lto = true