axum/axum-macros/tests/debug_handler/pass
David Pedersen e7f1c88cd4
Always store state in an Arc (#1270)
* Add extension and state benchmarks

* wip

* Arc the state everywhere

* don't require `S: Clone`

* fix example
2022-08-17 20:08:24 +00:00
..
associated_fn_without_self.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
different_request_body_type.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
impl_future.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
impl_into_response.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
multiple_extractors.rs Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
mut_extractor.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
ready.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
request_last.rs Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
result_impl_into_response.rs Always store state in an Arc (#1270) 2022-08-17 20:08:24 +00:00
returns_self.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
self_receiver.rs Always store state in an Arc (#1270) 2022-08-17 20:08:24 +00:00