cdll 0.4.2

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.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/devalain/cll"

[dependencies]