intrusive-collections 0.7.8

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

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

[dev-dependencies]
rand = "0.3"
typed-arena = "1.2"