5 releases

0.1.4 Sep 4, 2023
0.1.3 Aug 30, 2023
0.1.2 Aug 30, 2023
0.1.1 Jun 13, 2023
0.1.0 Jun 13, 2023

#485 in Procedural macros

33 downloads per month

MIT license

2KB

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.

Dependencies

~310–760KB
~18K SLoC