Crates.io | axum-debug-macros |
lib.rs | axum-debug-macros |
version | 0.1.0 |
source | src |
created_at | 2021-10-03 05:04:53.558233 |
updated_at | 2021-10-06 08:51:13.655348 |
description | Macros for axum-debug crate. |
homepage | https://github.com/programatik29/axum-debug |
repository | https://github.com/programatik29/axum-debug |
max_upload_size | |
id | 459631 |
size | 13,034 |
Procedural macros for axum-debug
crate.
This crate uses #![forbid(unsafe_code)]
to ensure everything is implemented in 100% safe Rust.
This crate have no effect when using release profile. (eg. cargo build --release
)
This project is licensed under the MIT license.