4 releases (2 breaking)

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

#1368 in Data structures

Download history 265/week @ 2024-03-04 296/week @ 2024-03-11 133/week @ 2024-03-18 190/week @ 2024-03-25 108/week @ 2024-04-01

743 downloads per month
Used in 3 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