Module flat_tree

Module flat_tree 

Source
Expand description

A common abstraction of a ‘flat’ tree which tracks the nodes with an ordered map and the set of root nodes.

This pattern is common with implementors of crate::Consume so is presented here, but is by no means a feature complete implementation.

Structs§

FlatTree
A common abstraction of a ‘flat’ tree which tracks the nodes with an ordered map and the set of root nodes.