intrusive-collections 0.2.0

Intrusive collections for Rust (linked list and red-black tree)
Documentation
[package]
name = "intrusive-collections"
version = "0.2.0"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Intrusive collections for Rust (linked list and red-black tree)"
documentation = "https://amanieu.github.io/intrusive-rs/intrusive_collections/index.html"
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/intrusive-rs"
readme = "README.md"
keywords = ["intrusive", "no_std", "list", "rbtree"]

[features]
nightly = []
box = []
default = ["box"]

[dev-dependencies]
rand = "0.3"