//! Stable memory primitives for the SQLite database image.
//!//! `meta` owns logical metadata. `memory` is the only module that touches the
//! caller-provided virtual memory backend.
pubmodmemory;modmemory_layout;pubmodmemory_manager;modmemory_manager_validation;pubmodmeta;pubmodraw_memory;