1//! Segmented journals with section-based storage. 2//! 3//! This module provides journal implementations that organize data into sections, 4//! where each section is stored in a separate blob. 5 6pub mod variable;