axum/axum-macros
David Pedersen 1b6780cf6c
axum 0.6 and friends 🎉 (#1570)
* changelog

* bump versions

* reorder changelogs a bit

* Apply suggestions from code review

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>

* Expand fallback inheritance

* Reword tsr

* Mention `parse-body-based-on-content-type` example

Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2022-11-25 12:29:58 +00:00
..
src Change Router::with_state and impl Service for Router<()> (#1552) 2022-11-24 14:43:10 +00:00
tests Change Router::with_state and impl Service for Router<()> (#1552) 2022-11-24 14:43:10 +00:00
Cargo.toml axum 0.6 and friends 🎉 (#1570) 2022-11-25 12:29:58 +00:00
CHANGELOG.md axum 0.6 and friends 🎉 (#1570) 2022-11-25 12:29:58 +00:00
LICENSE Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
README.md Use new Cargo features to avoid implicit features for optional dependencies (#1239) 2022-08-09 18:43:02 +02:00
rust-toolchain Improve compile errors for unimplemented traits (#1436) 2022-11-19 12:45:03 +01: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.60.

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.