bplus_store 0.3.0

Copy-on-write B+ tree with page-aligned storage, split/merge, and crash-safety primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

## Toolchain
- Rust **1.77+**
- `cargo`, `rustfmt`, `clippy`

## Dev loop
```bash
cargo fmt --all
cargo clippy --all-targets -- -D warnings
cargo test --all-features