axum/axum-extra
Jonas Platte 8c31bee9bc
docsrs cfg fixes (#1137)
* Remove unused attribute in axum-core

* Fix docs.rs package metadata for axum-extra
2022-07-01 13:35:52 +02:00
..
src Remove trailing slash redirects (#1119) 2022-06-30 00:22:43 +02:00
test_files Add SpaRouter (#904) 2022-04-03 18:29:37 +02:00
Cargo.toml docsrs cfg fixes (#1137) 2022-07-01 13:35:52 +02:00
CHANGELOG.md Remove trailing slash redirects (#1119) 2022-06-30 00:22:43 +02:00
LICENSE Add axum-extra crate (#536) 2021-11-17 20:00:32 +00:00
README.md Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00

axum-extra

Build status Crates.io Documentation

Extra utilities 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-extra's MSRV is 1.56.

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.