intrusive-collections 0.7.8

Intrusive collections for Rust (linked list and red-black tree)
Documentation
[dev-dependencies.rand]
version = "0.3"

[dev-dependencies.typed-arena]
version = "1.2"

[features]
alloc = []
default = ["alloc"]
nightly = []

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