axum/axum-macros
David Pedersen 2966407dc1
Re-export debug_handler from axum (#1144)
* Re-export `debug_handler` from axum

Fixes #1143

* also axum-extra
2022-07-04 09:10:52 +00:00
..
src Silence "unnecessary use of to_string" lint for #[derive(TypedPath)] (#1117) 2022-06-27 18:57:02 +00:00
tests Update trybuilds for rust 1.62 2022-07-01 10:24:15 +02:00
Cargo.toml Re-export debug_handler from axum (#1144) 2022-07-04 09:10:52 +00:00
CHANGELOG.md axum-macros: Version 0.2.3 (#1126) 2022-06-27 21:06:59 +02:00
LICENSE Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
README.md Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00

axum-macros

Build status Crates.io Documentation

Macros for axum.

More information about this crate can be found in the crate documentation.

Safety

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

Minimum supported Rust version

axum-macros's MSRV is 1.56.

Getting Help

You're also welcome to ask in the Discord channel or open an issue with your question.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the axum project.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in axum by you, shall be licensed as MIT, without any additional terms or conditions.