arbtree 0.1.1

A small library for general purpose tree data structures
Documentation

arbtrees

arbtree is a library for general purpose tree data structures.

The library provides an interface for working with trees of arbitrary depth and width. Memory safety is achieved in this simple implementation by using arena allocation.