// Copyright 2019-2026 Apilium Technologies OÜ. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR Commercial
//! Write-Ahead Log (WAL) for AIngle clustering and replication.
//!
//! Provides a durable, ordered log of all mutations before they hit
//! the graph/memory store. Used as the foundation for Raft consensus
//! log replication.
pub use ;
pub use ;
pub use WalWriter;