//! The tutorial's router: collects the [`orders`](crate::orders) handlers into one group.
// --8<-- [start:routes]
use ;
use ;
use crateorders;
// The reply wiring is a publish policy: pure declaration, so the router needs no broker at all.
pub
// --8<-- [end:routes]