slabigator 0.9.2

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

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

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
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.2"