axum/axum-extra
Jonas Platte 1d7878c3c8
axum-extra: 0.3.3 (#1042)
* axum-extra: 0.3.3

* Update axum-extra/CHANGELOG.md

* Update axum-extra/CHANGELOG.md

* depend on axum-macros 0.2.2

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2022-05-18 20:29:49 +02:00
..
src Support customizing rejections for #[derive(TypedPath)] (#1012) 2022-05-17 21:36:05 +02:00
test_files Add SpaRouter (#904) 2022-04-03 18:29:37 +02:00
Cargo.toml axum-extra: 0.3.3 (#1042) 2022-05-18 20:29:49 +02:00
CHANGELOG.md axum-extra: 0.3.3 (#1042) 2022-05-18 20:29:49 +02:00
LICENSE Add axum-extra crate (#536) 2021-11-17 20:00:32 +00:00
README.md Add axum-extra crate (#536) 2021-11-17 20:00:32 +00: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.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.