axum/axum-macros/tests
David Pedersen 852e548e19
Support #[derive(FromRequest)] on enums (#1009)
* Support `#[from_request(via(...))]` on enums

* Check `#[from_request]` on variants

* check for non enum/struct and clean up

* changelog

* changelog

* remove needless feature

* changelog ref
2022-05-08 20:04:56 +02:00
..
debug_handler Update trybuild test to rust 1.59 output 2022-02-25 11:30:10 +01:00
from_request Support #[derive(FromRequest)] on enums (#1009) 2022-05-08 20:04:56 +02:00
typed_path Support wildcards in typed paths (#1003) 2022-05-06 13:05:30 +02:00