raw-btree 0.1.4

Generic B-Tree implementation.
Documentation
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[features]
default = []
dot = []

[package]
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
categories = ["data-structures"]
description = "Generic B-Tree implementation."
documentation = "https://docs.rs/raw-btree"
edition = "2021"
keywords = ["raw", "btree"]
license = "MIT/Apache-2.0"
name = "raw-btree"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/raw-btree-rs"
version = "0.1.4"