// SPDX-License-Identifier: BUSL-1.1
//! Binary-only boot-phase modules for `main()`. Each submodule is a pure
//! relocation of one cohesive chunk of the original monolithic `main()`
//! body — no behavior change, just named phases so `main.rs` reads as a
//! thin sequence of steps instead of one 500+ line function.
pub
pub
pub
pub
pub
pub
pub
pub