Files
axum/axum-debug/README.md
T

50 lines
1.6 KiB
Markdown
Raw Normal View History

2021-11-11 17:18:40 +03:00
# axum-debug
2021-11-11 17:53:07 +01:00
[![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum-debug/actions/workflows/CI.yml)
2021-11-11 17:33:33 +01:00
[![Crates.io](https://img.shields.io/crates/v/axum-debug)](https://crates.io/crates/axum-debug)
[![Documentation](https://docs.rs/axum-debug/badge.svg)](https://docs.rs/axum-debug)
2021-11-11 17:18:40 +03:00
This is a debugging crate that provides better error messages for [`axum`]
framework.
2022-01-26 23:27:22 +01:00
**Note:** this crate is deprecated. Use [axum-macros] instead.
2021-11-11 17:33:33 +01:00
More information about this crate can be found in the [crate documentation][docs].
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
## Safety
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
## Minimum supported Rust version
2021-11-11 17:18:40 +03:00
2021-11-11 17:53:07 +01:00
axum-debug's MSRV is 1.54.
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
## Getting Help
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
You're also welcome to ask in the [Discord channel][chat] or open an [issue]
with your question.
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
## Contributing
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
: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.
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
## License
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
This project is licensed under the [MIT license][license].
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
### Contribution
2021-11-11 17:18:40 +03:00
2021-11-11 17:33:33 +01:00
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.
2021-11-11 17:18:40 +03:00
[`axum`]: https://crates.io/crates/axum
2021-11-11 17:53:07 +01:00
[chat]: https://discord.gg/tokio
[contributing]: /CONTRIBUTING.md
2021-11-11 17:33:33 +01:00
[docs]: https://docs.rs/axum-debug
2021-11-11 17:53:07 +01:00
[license]: /axum-debug/LICENSE
[issue]: https://github.com/tokio-rs/axum/issues/new
2022-01-26 23:27:22 +01:00
[axum-macros]: https://crates.io/crates/axum-macros