bplus_store 0.4.0

Copy-on-write B+ tree with page-aligned storage, split/merge, and crash-safety primitives.
Documentation
1
2
// Constants for page size and metadata layout
pub(crate) const PAGE_SIZE: usize = 4096;