//! A multi-file RustStream service: macro handlers in [`orders`], wiring in [`routes`], and a
//! `#[ruststream::app]` entry point here that mounts the router.
//!
//! Run it with `cargo run --example routed_service --features macros,memory -- run`, or generate
//! its AsyncAPI document with `... --features macros,memory,asyncapi -- asyncapi gen`.
use MemoryBroker;
use ;
/// Builds the service. `#[ruststream::app]` generates `main`, so there is no runtime boilerplate.