Crate rougenoir

Crate rougenoir 

Source
Expand description

A red-black (rouge-noir) tree translated from the linux kernel’s implementation of red-black trees.

Structs§

CachedTree
Node
Noop
Root
A red-black tree root. T is the type of the data stored in the tree. A is the Augmented Callback type.
Set
Tree

Enums§

Color
ComingFrom

Traits§

NodePtrExt
TreeCallbacks

Type Aliases§

NodePtr