intrusive-containers 0.2.4

A library of intrusive data structures
docs.rs failed to build intrusive-containers-0.2.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Intrusive Data Structures in Rust

Build Status

This library aims to provide safe, useful intrusive data structures in the Rust programming language. Intrusive data structures are data structures which do not explicitly allocate memory. Instead they depend on the elements to contain the necessary references to be inserted into the container. This is useful in cases where memory allocation is not possible or needs to be tightly controlled.

Documentation

License

Lesser GPL v3