9 releases (breaking)

0.12.1 Oct 22, 2023
0.12.0 Jul 3, 2023
0.11.0 Jul 2, 2023
0.8.1 Mar 19, 2023
0.5.0 Nov 28, 2022

#695 in Data structures

Download history 145/week @ 2023-12-17 33/week @ 2023-12-31 166/week @ 2024-01-07 162/week @ 2024-01-14 130/week @ 2024-01-21 70/week @ 2024-01-28 153/week @ 2024-02-04 61/week @ 2024-02-11 86/week @ 2024-02-18 157/week @ 2024-02-25 149/week @ 2024-03-03 201/week @ 2024-03-10 138/week @ 2024-03-17 255/week @ 2024-03-24 288/week @ 2024-03-31

896 downloads per month
Used in 3 crates (via newick)

LGPL-3.0-or-later

23KB
618 lines

  • Sorbus A tree manipulation library for Rust.

lib.rs:

This crate implements a tree data structure.

A tree is a directed acyclic graph of nodes, all of them carrying an optional payload, as well as an optional annotation to the edge linking them to their parent.

Each node in the tree may contain an arbitratry number of children.

Dependencies

~0.3–0.8MB
~19K SLoC