#axum #axum-debug

macro axum-debug-macros

Macros for axum-debug crate

2 unstable releases

0.1.0 Oct 6, 2021
0.0.0 Oct 3, 2021

#671 in #axum

Download history 35/week @ 2025-09-11 11/week @ 2025-09-18 13/week @ 2025-09-25 1/week @ 2025-10-09 12/week @ 2025-10-16 12/week @ 2025-10-23

60 downloads per month

MIT license

12KB
160 lines

License Crates.io Docs - Master Docs - Stable

axum-debug-macros

Procedural macros for axum-debug crate.

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

Performance

This crate have no effect when using release profile. (eg. cargo build --release)

License

This project is licensed under the MIT license.

Dependencies

~15–31MB
~343K SLoC