axum/axum-extra
Jonas Platte 47791cb593 Remove versions from internal dev-dependencies
This breaks the cyclic dependencies for publishing.
2024-10-05 11:44:31 +00:00
..
src axum-extra: Remove stray deprecation in multipart builder (#2957) 2024-10-04 16:59:26 +00:00
test_files Add SpaRouter (#904) 2022-04-03 18:29:37 +02:00
Cargo.toml Remove versions from internal dev-dependencies 2024-10-05 11:44:31 +00:00
CHANGELOG.md Release axum 0.8.0-alpha.1 and related crates (#2958) 2024-10-05 11:20:05 +02:00
LICENSE Add axum-extra crate (#536) 2021-11-17 20:00:32 +00:00
README.md Update MSRV in READMEs (#2948) 2024-09-30 10:18:49 +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.75.

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.