//! `WriteTxn` and its supporting types: the exclusive write session, spill
//! scratch storage, durable monotonic counters, and the commit path.
modcommit;modcounter;modspill;#[cfg(test)]modtests;modtxn;pubusecounter::CounterRef;pubusespill::{ScratchOffset, SpillScope};pub(crate)usetxn::SegmentSideEffect;pubusetxn::WriteTxn;