[[bench]]
harness = false
name = "slabby"
path = "benches/slabby.rs"
[dependencies]
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[lib]
name = "slabby"
path = "src/lib.rs"
[package]
authors = ["alion02"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "no-std"]
description = "Maximally efficient allocation and deallocation of a large number of instances of a type."
edition = "2021"
keywords = ["slab", "allocator", "no_std"]
license = "MIT"
name = "slabby"
readme = "README.md"
repository = "https://github.com/alion02/slabby"
rust-version = "1.66"
version = "0.3.0"