4 releases (2 breaking)
0.3.1 | Sep 25, 2024 |
---|---|
0.3.0 |
|
0.2.0 | Mar 28, 2024 |
0.1.4 | Mar 11, 2024 |
#1048 in Data structures
2,819 downloads per month
Used in 53 crates
(via rdf-types)
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.