//! `CoW` B+ tree (Layer 3a): sorted `bytes→bytes` table over the Pager.
pub(crate)modinternal;pub(crate)modleaf;pub(crate)modnode;pub(crate)modoverflow;pub(crate)modscan;pub(crate)modsplit;#[cfg(test)]modtests;pub(crate)modtree;// `pub` here is crate-scoped in effect: the `btree` module itself is
// `pub(crate)`, so this does not escape the crate.
pubusetree::BTree;