axum/axum-macros
Sleep_AllDay d2cea5cdbd
Improve debug_handler on tuple response types (#2201)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-12-30 21:48:35 +00:00
..
src Improve debug_handler on tuple response types (#2201) 2023-12-30 21:48:35 +00:00
tests Improve debug_handler on tuple response types (#2201) 2023-12-30 21:48:35 +00:00
Cargo.toml Release axum and axum-core (#2402) 2023-12-04 09:16:15 +01:00
CHANGELOG.md Improve debug_handler on tuple response types (#2201) 2023-12-30 21:48:35 +00:00
LICENSE Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
README.md Update to latest versions of hyper and http-body (#1882) 2023-11-23 11:03:03 +00:00
rust-toolchain Use the diagnostic namespace (#2246) 2023-09-29 09:25:26 +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.66.

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.