raw-btree

Crates.ioraw-btree
lib.rsraw-btree
version0.3.1
sourcesrc
created_at2024-03-07 14:53:08.063618
updated_at2024-09-25 16:42:23.790107
descriptionGeneric B-Tree implementation.
homepage
repositoryhttps://github.com/timothee-haudebourg/raw-btree-rs
max_upload_size
id1166020
size100,343
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/raw-btree

README

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.

Commit count: 14

cargo fmt