#intrusive #container #safe #reference #inserted

nightly no-std intrusive-containers

A library of intrusive data structures

11 releases

Uses old Rust 2015

0.2.4 May 5, 2015
0.2.3 Apr 27, 2015
0.1.1 Apr 3, 2015
0.0.4 Apr 2, 2015
0.0.1 Dec 31, 2014

#2149 in Data structures

LGPL-3.0+

60KB
1.5K SLoC

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

No runtime deps