//! Freeze round candidate processing, selection, and commit application.
//!
//! Two submodules:
//! - `round` — public surface plus per-round setup and priority selection.
//! - `apply` — phase-3 loop: per-candidate apply, staging, validation,
//! and post-commit bookkeeping.
pub use ;