Skip to content

dschatzberg/intrusive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages