cyclic_list 0.1.0

a doubly-linked list with owned nodes, implemented as a cyclic list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[features]
default = ["length"]
length = []

[package]
description = "a doubly-linked list with owned nodes, implemented as a cyclic list"
edition = "2018"
license = "MIT"
name = "cyclic_list"
version = "0.1.0"