mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
* Clean up axum-debug crate Mostly just brings the crate more in line with the rest of the crates in the workspace. I've also removed the axum-debug-macros crate since axum-debug only contained one re-export from axum-debug-macros. So we didn't need two crates. Can always bring the "backend" crate back if we need things in axum-debug that aren't proc-macros. * Just testing: This should make CI fail * Misc CI clean up * fix intentional breakage * fix changelog * Remove rustfmt config for now as it gives warnings on stable * Fix paths
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
# axum-debug
|
|
|
|
[](https://github.com/tokio-rs/axum-debug/actions/workflows/CI.yml)
|
|
[](https://crates.io/crates/axum-debug)
|
|
[](https://docs.rs/axum-debug)
|
|
|
|
This is a debugging crate that provides better error messages for [`axum`]
|
|
framework.
|
|
|
|
More information about this crate can be found in the [crate documentation][docs].
|
|
|
|
## Safety
|
|
|
|
This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.
|
|
|
|
## Minimum supported Rust version
|
|
|
|
axum-handle-error-extract's MSRV is 1.54.
|
|
|
|
## Getting Help
|
|
|
|
You're also welcome to ask in the [Discord channel][chat] or open an [issue]
|
|
with your question.
|
|
|
|
## Contributing
|
|
|
|
:balloon: Thanks for your help improving the project! We are so happy to have
|
|
you! We have a [contributing guide][contributing] to help you get involved in the
|
|
`axum` project.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT license][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.
|
|
|
|
[`axum`]: https://crates.io/crates/axum
|
|
[docs]: https://docs.rs/axum-debug
|