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-24 00:00:16 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
980a0a466ed6abbd2117a4d74dcac7f977a0f607
axum
/
axum-debug
/
tests
/
fail
/
generics.rs
T
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Make
axum-debug
handle more cases (
#518
)
2021-11-19 21:32:07 +01:00
use
axum_debug
::
debug_handler
;
#[debug_handler]
async
fn
handler
<
T
>
()
{}
fn
main
()
{}
Reference in New Issue
Copy Permalink