fixed_free_list 0.2.0

A fixed-size free-list with optional key lifetime safety and macroless unique typing.
Documentation
[dependencies]
[dev-dependencies.rand]
version = "0.8"

[features]
default = []
strict = []
unstable = []

[package]
authors = ["Atlas Dostal <email@atlasdostal.com>"]
categories = ["data-structures", "memory-management", "caching"]
description = "A fixed-size free-list with optional key lifetime safety and macroless unique typing."
edition = "2021"
keywords = ["freelist", "fixed-size", "storage", "arena", "reference"]
license = "MIT OR Apache-2.0"
name = "fixed_free_list"
readme = "README.md"
repository = "https://github.com/rodolphito/fixed_free_list"
version = "0.2.0"