//! The Sorter's execution engine: a [`session::SortSession`] that buffers,
//! spills, and merges according to a [`crate::SortPlan`], backed by a
//! bounded async cascade merge over `async-fs-io`.
modcleanup;modmerge;modrow;modrun;modsession;#[cfg(test)]modtests;#[cfg(test)]pub(crate)usemerge::ValueStream;pubusesession::SortSession;