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-16 00:00:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2cea5cdbd90d06e06bbda481869d4249ff06c80
axum
/
axum-macros
/
tests
/
debug_handler
/
fail
/
not_a_function.rs
T
7 lines
74 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
;
Add
trybuild
tests for axum-debug (
#501
)
2021-11-11 21:26:08 +01:00
#[debug_handler]
struct
A
;
fn
main
()
{}
Reference in New Issue
Copy Permalink