//! Pager: cache, page envelopes, header IO, AEAD dispatch.
pub
pub
pub
pub
pub
pub
pub
// `pub` here is crate-scoped in effect: the `pager` module itself is
// `pub(crate)`, so none of these escape the crate.
pub use ;
// The format submodules are `pub(crate)`, so re-exporting the modules
// themselves has to match — a `pub use` of a crate-public module is rejected
// even from inside a `pub(crate)` parent.
pub use PageKind;
pub use structural_header;