#trees #intervals #bst #bk

rtrees

A Bunch of completely safe augmented tree implementation in rust

1 unstable release

Uses old Rust 2015

0.1.0 Dec 28, 2019

#2 in #radare

Download history 19/week @ 2023-10-28 16/week @ 2023-11-04 16/week @ 2023-11-11 19/week @ 2023-11-18 23/week @ 2023-11-25 10/week @ 2023-12-02 17/week @ 2023-12-09 17/week @ 2023-12-16 16/week @ 2023-12-23 10/week @ 2023-12-30 16/week @ 2024-01-06 16/week @ 2024-01-13 13/week @ 2024-01-20 10/week @ 2024-01-27 13/week @ 2024-02-03 19/week @ 2024-02-10

59 downloads per month
Used in 4 crates

LGPL-3.0-or-later

96KB
1.5K SLoC

RTrees

A lightweight safe implementation of various types of domain specific trees.

Usage

Add this to your Cargo.toml

[dependencies]
rand = "0.1"

Dependencies

~170KB