linked-list 0.0.3

An alternative implementation of std::collections::LinkedList
Documentation
[package]

name = "linked-list"
version = "0.0.3"
license = "MIT/Apache-2.0"
description = "An alternative implementation of std::collections::LinkedList"

authors = [
    "Alexis Beingessner <a.beingessner@gmail.com>",
]

repository = "https://github.com/contain-rs/linked-list"
homepage = "https://github.com/contain-rs/linked-list"
documentation = "https://contain-rs.github.io/linked-list/linked_list"
keywords = ["data-structures"]
readme = "README.md"

[dev-dependencies]
rand = "*"

[features]
nightly = []