dlv-list 0.3.0

Semi-doubly linked list implemented using a vector
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

authors = ["Scott Godwin <sgodwincs@gmail.com>"]

categories = ["data-structures"]

description = "Semi-doubly linked list implemented using a vector"

edition = "2018"

homepage = "https://github.com/sgodwincs/dlv-list-rs"

license = "MIT"

name = "dlv-list"

readme = "README.md"

repository = "https://github.com/sgodwincs/dlv-list-rs"

version = "0.3.0"