slabbin 1.2.0

An efficient slab allocator with stable addresses
Documentation
[[bench]]
name = "allocate"
path = "benches/allocate.rs"

[[bench]]
name = "allocate_deallocate"
path = "benches/allocate_deallocate.rs"

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

[package]
authors = ["marc0246 <40955683+marc0246@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std"]
description = "An efficient slab allocator with stable addresses"
documentation = "https://docs.rs/slabbin"
edition = "2021"
keywords = ["slab", "allocator"]
license = "MIT OR Apache-2.0"
name = "slabbin"
readme = "README.md"
repository = "https://github.com/vulkano-rs/slabbin"
rust-version = "1.57.0"
version = "1.2.0"