mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 13:00:39 +00:00

* Rename Fallback::Custom to Fallback::Service * Allow Routers to inherit state * Rename Router::{nest => nest_service} and add new nest method for Routers * Fix lints * Add basic tests for state inheritance * Changelog