axum/axum-debug
David Pedersen f6fc5ed80c
Move axum-debug into axum-macros (#724)
* Move axum-debug into axum-macros

* fix ref to axum-macros in changelog

* Apply suggestions from code review

Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>

Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
2022-01-26 23:27:22 +01:00
..
src Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
Cargo.toml Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
CHANGELOG.md axum-debug: Version 0.3.2 (#598) 2021-12-09 10:52:31 +01:00
LICENSE Move axum-debug crate to workspace (#497) 2021-11-11 15:18:40 +01:00
README.md Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00

axum-debug

Build status Crates.io Documentation

This is a debugging crate that provides better error messages for axum framework.

Note: this crate is deprecated. Use axum-macros instead.

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-debug's MSRV is 1.54.

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.