//! B+ tree tests that exercise the physical node format and the walks over it.
//! They live here rather than in `tests/` because the node/leaf/internal codecs
//! are crate-internal — an embedder never sees a slot array or a page id.
#![allow(clippy::pedantic)]modbasic;modgenerated_nodes;modgenerated_overflow_chains;modgenerated_structural_walks;modoverflow_walk_offset;modtree_ops;