slabigator 0.9.3

A linked list that doesn't do dynamic memory allocations
Documentation
[dev-dependencies.rand]
version = "0.9.0"

[features]
releasefast = []
slot_u32 = []
slot_u64 = []
slot_usize = []

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

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A linked list that doesn't do dynamic memory allocations"
edition = "2021"
homepage = "https://github.com/jedisct1/rust-slabigator"
keywords = ["slab", "linkedlist", "deque", "queue"]
license = "MIT OR Apache-2.0"
name = "slabigator"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-slabigator"
version = "0.9.3"