1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-02-25 05:44:40 +01:00
axum/examples/key-value-store
Jonas Platte 4847d681b1
Allow Routers to inherit state ()
* 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
2022-09-25 11:56:23 +00:00
..
src Allow Routers to inherit state () 2022-09-25 11:56:23 +00:00
Cargo.toml Remove ContentLengthLimit () 2022-09-24 11:29:53 +00:00