trees 0.1.0

storing and manipulating tree-like data the simple way
Documentation

The "trees" project written in rust aims at:

  1. expressing hierarchical data conveniently and compactly.

  2. storing and manipulating tree-like data structure the simple way.

The implementation is straightforward:

  1. none-intrusive nodes with child-sibling pointers.

  2. children nodes, or forest, are singly-linked circular list.

Read more at docs.rs