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 |
#2254 in Data structures
22 downloads per month
60KB
1.5K
SLoC
Intrusive Data Structures in Rust
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.
License
Lesser GPL v3