Arcature application framework: a high-level Application facade over the certified Arcature subsystems, with the low-level Axum/Tower escape hatch preserved.
// The request pipeline assembler — composes the lifecycle zones in the
// correct order (engine spec §7). One responsibility per file (AGENTS.md §1).
//// `mod.rs` declares child modules and re-exports the public surface; it
// contains no business logic.
pub(crate)modassemble;#[cfg(feature ="dx")]pub(crate)moderror_mapping;#[cfg(feature ="observe")]modmatched_route;modzones;