/// Public modules exposed for integration testing. /// /// The binary (`main.rs`) imports from this lib crate rather than declaring /// the modules directly, so integration tests in `tests/` can access them. pub mod config; pub mod error; pub mod router; pub mod state;