intrusive-collections

Build Status Coverage Status Crates.io

A Rust library for creating intrusive collections. Currently supports singly-linked and doubly-linked lists, as well as red-black trees.

Features

For examples and more information, see the documentation (crates.io, master).

Usage

Add this to your Cargo.toml:

toml [dependencies] intrusive-collections = "0.8"

and this to your crate root:

```rust

[macro_use]

extern crate intrusive_collections; ```

This crate has two Cargo features:

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.