cll 0.1.1

circular linked list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cll"
version = "0.1.1"
edition = "2018"
repository = "https://github.com/goiw111/cll"
license = "MIT OR Apache-2.0"
description = "circular linked list"

[dependencies]
serde = "1"
toml = "0.5"
serde_derive = "1.0"