//! Read-index accelerators.
//!//! These structures are advisory only. The blob file remains the
//! source of truth; stale, missing, or corrupt indexed state must make the
//! caller fall back to the authoritative full-blob path.
modindex;modpage_cache;pub(crate)useindex::{
PrefixLiveness, ReadIndex, ReadIndexAnswer, ReadIndexCache, ReadIndexHit, ReadIndexStamp,};pub(crate)usepage_cache::ReadPageCache;