//! The Arcature application type and its responsibilities.
//!
//! This module groups the construction, routing, composition, layering,
//! state, and escape-hatch responsibilities of [`App`]. Each responsibility
//! lives in its own file behind its own `impl` block, per the one-file-one-
//! responsibility law (`AGENTS.md`).
pub use App;