#collection #data-structure

archived tree

An ordered map and set based on a binary search tree

18 releases (4 breaking)

Uses old Rust 2015

0.4.1 Oct 7, 2015
0.4.0 Aug 24, 2015
0.3.0 Jun 29, 2015
0.2.0 Apr 23, 2015
0.0.9 Mar 29, 2015

#110 in #collection

Download history 44/week @ 2023-10-28 6/week @ 2023-11-04 30/week @ 2023-11-11 9/week @ 2023-11-18 40/week @ 2023-11-25 26/week @ 2023-12-02 45/week @ 2023-12-09 23/week @ 2023-12-16 43/week @ 2023-12-23 5/week @ 2023-12-30 9/week @ 2024-01-06 6/week @ 2024-01-13 58/week @ 2024-01-20 47/week @ 2024-01-27 5/week @ 2024-02-03 40/week @ 2024-02-10

154 downloads per month

MIT/Apache

97KB
1.5K SLoC

tree

An ordered map and set based on a binary search tree.

Documentation is available at https://apasel422.github.io/tree/tree.

To use tree with Cargo, add this to Cargo.toml:

[dependencies]
tree = "*"

and this to the crate root:

extern crate tree;

lib.rs:

An ordered map and set based on a binary search tree.

Dependencies

~4.5MB
~90K SLoC