axum/axum-macros/tests
David Pedersen da74084146
Easily convert typed paths into URIs (#790)
* Easily convert typed paths into URIs

`#[derive(TypedPath)]` will now also generate `TryFrom<_> for Uri` for
easily converting paths into URIs for use with `Redirect` and friends.

Fixes https://github.com/tokio-rs/axum/issues/789

* Use a method on the `TypedPath` trait to convert to `Uri`

* fix doc ref

* Update changelogs
2022-02-28 09:58:22 +01:00
..
debug_handler Update trybuild test to rust 1.59 output 2022-02-25 11:30:10 +01:00
from_request Support opt-out of extra derived traits for rejections for #[derive(FromRequest)] (#729) 2022-01-28 09:54:38 +00:00
typed_path Easily convert typed paths into URIs (#790) 2022-02-28 09:58:22 +01:00