dlv-list 0.1.2

Semi-doubly linked list implemented using a vector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rand]
version = "0.5.5"

[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.1.2"