This project provides various implementations of trees serving for general purpose.

Features

Implementations

Currently this library provides three different trees, implemented in raw-pointer-linked or vec-backed nodes.

Prominent types

Tree, Forest and Node are the big three types in this library.

Examples

License

Under Apache License 2.0 or MIT License, at your will.

Quickstart

API document and quickstart here: docs.rs