mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
* add axum-debug to workspace * update readme * add changes to changelog * little docs update * fix the gap a tab has leaked into workspace Cargo.toml, it must be fixed * address clippy warnings
24 lines
745 B
Markdown
24 lines
745 B
Markdown
[](https://choosealicense.com/licenses/mit/)
|
|
[](https://crates.io/crates/axum-debug-macros)
|
|
[](https://docs.rs/axum-debug-macros/)
|
|
|
|
# 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](LICENSE).
|
|
|
|
[`axum-debug`]: https://crates.io/crates/axum-debug
|