-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * wip * make macro implement trait * checkpoint * checkpoint * Simplify things quite a bit * re-export `axum_macros::TypedPath` from `axum_extra` * docs * add missing feature * fix docs link * fix features * fix missing imports * make serde an optional dep again * ui tests * Break things up a bit * Update span for `FromRequest` impls to point to callsite * make docs feature labels show up automatically * Apply suggestions from code review Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com> * add note about Display/Serialize being compatible * Update axum-extra/src/routing/typed.rs Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com> * fix missing docs link * what about typed methods? * Revert "what about typed methods?" This reverts commit cc1f989. * don't allow wildcards for now * percent encode params * Update axum-extra/src/routing/typed.rs Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com> * rephrase args * changelog Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
- Loading branch information
1 parent
00553a3
commit c298c36
Showing
24 changed files
with
929 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.