arbtree is a library for general purpose tree data structures.
arbtree
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.