mirror of
https://github.com/tokio-rs/axum.git
synced 2025-11-10 18:33:53 +00:00
* Implement `Service` for `Router<(), B>` * wip * wip * fix some tests * fix examples * fix doc tests * clean up docs * changelog * fix * also call `with_state` when converting `MethodRouter` into a `MakeService` * suggestions from review