4 releases (2 breaking)

0.3.0 Apr 9, 2024
0.2.0 Mar 28, 2024
0.1.4 Mar 11, 2024

#1424 in Data structures

Download history 249/week @ 2024-03-03 302/week @ 2024-03-10 135/week @ 2024-03-17 188/week @ 2024-03-24 74/week @ 2024-03-31 206/week @ 2024-04-07 35/week @ 2024-04-14 15/week @ 2024-04-21 34/week @ 2024-04-28

291 downloads per month
Used in 11 crates (via rdf-types)

MIT/Apache

92KB
2.5K SLoC

Generic B-Tree implementation for Rust.

This library provides a RawBTree type that can be used as a basis for any B-Tree-based data structure.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

This library provides a RawBTree type that can be used as a basis for any B-Tree-based data structure.

No runtime deps