slab 0.4.4

Pre-allocated storage for a uniform data type
Documentation
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0.95"
[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_test]
version = "1"

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

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["memory-management", "data-structures", "no-std"]
description = "Pre-allocated storage for a uniform data type"
documentation = "https://docs.rs/slab"
edition = "2018"
exclude = ["/.*"]
homepage = "https://github.com/tokio-rs/slab"
keywords = ["slab", "allocator", "no_std"]
license = "MIT"
name = "slab"
readme = "README.md"
repository = "https://github.com/tokio-rs/slab"
version = "0.4.4"