cdll 0.4.3

A circular doubly linked list
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "cdll"
description = "A circular doubly linked list"
authors = ["me@alain.dev"]
version = "0.4.3"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/devalain/cll"

[dependencies]