slabigator 0.1.4

A linked list that doesn't do dynamic memory allocations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
resolver = "2"
version = "0.1.4"