dschatzberg / intrusive

Intrusive data structures in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Intrusive data structures in Rust

License:GNU Lesser General Public License v3.0


Languages

Language:Rust 100.0%