ntree-rs

Crates.iontree-rs
lib.rsntree-rs
version0.1.9
sourcesrc
created_at2023-06-13 19:17:28.307952
updated_at2023-09-05 17:05:34.48852
descriptionA mutable n-tree with async support
homepage
repositoryhttps://github.com/HectorMRC/ntree-rs
max_upload_size
id889374
size65,274
Hèctor Morales Carnicé (HectorMRC)

documentation

README

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.

Commit count: 79

cargo fmt