Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 938 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 938 Bytes

ntree-rs

Continuos Integration Code Coverage Dependency status Crates.io: ntree-rs

A mutable n-ary tree with async support.

About

This library provides a simple way to define, mutate and traverse trees of an arbitrary and non-constant arity. In addition, regarding to traversal algorithms, six different implementations are included: the immutable, mutable and owned approaches, as well as the synchronous and asynchronous strategies for each of them.