axum/axum-macros
Marek Kuskowski 896ffc5fba
Remove ContentLengthLimit (#1400)
* feat: remove ContentLengthLimit

* feat: remove ContentLengthLimit rejections

* fix: update multipart docs

* fix: typo

* feat: add wip extractor code

* feat: revert "feat: add wip extractor code"

* fix: update Multipart docs

* fix: update examples

* fix: missing import in an example

* fix: broken import yet again

* fix: disable default body limit for example

* fix: key value store example

* fix: update expected debug_handler output

* chore: update CHANGELOG

* Update axum/CHANGELOG.md

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2022-09-24 11:29:53 +00:00
..
src Support State with #[derive(FromRequest[Parts])] (#1391) 2022-09-23 23:50:50 +02:00
tests Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
Cargo.toml Support State with #[derive(FromRequest[Parts])] (#1391) 2022-09-23 23:50:50 +02:00
CHANGELOG.md Bump version of all crates (#1310) 2022-08-23 22:57:13 +02:00
LICENSE Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
README.md Use new Cargo features to avoid implicit features for optional dependencies (#1239) 2022-08-09 18:43:02 +02:00

axum-macros

Build status Crates.io Documentation

Macros 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-macros's MSRV is 1.60.

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.