This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-18 00:00:15 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2eab37280ce26b167d419e01acfd0cd3b22ebb6f
axum
/
axum-macros
/
tests
/
debug_handler
/
fail
/
generics.rs
T
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Move axum-debug into axum-macros (
#724
)
2022-01-26 23:27:22 +01:00
use
axum_macros
::
debug_handler
;
Make
axum-debug
handle more cases (
#518
)
2021-11-19 21:32:07 +01:00
#[debug_handler]
async
fn
handler
<
T
>
()
{}
fn
main
()
{}
Reference in New Issue
Copy Permalink