topcoat::router - Rust

A `Router` handles incoming requests. Build one with `Router::builder` and register your pages, layouts, layers, and API routes on it. Call `build` when you are done, then pass the router to `start`.