#axum #macro #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

#304 in #axum

Download history 3/week @ 2024-07-22 3/week @ 2024-08-05 29/week @ 2024-09-23 13/week @ 2024-09-30 15/week @ 2024-10-07 31/week @ 2024-10-14 14/week @ 2024-10-28 23/week @ 2024-11-04

69 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.


lib.rs:

Procedural macros for axum-debug crate.

Dependencies

~10–21MB
~292K SLoC