#axum #forms #multipart-form #web-apps #request-body #multipart

axum_typed_multipart

Type safe multipart/form-data handling for axum

24 releases (10 breaking)

0.11.1 Apr 13, 2024
0.11.0 Dec 3, 2023
0.10.2 Nov 18, 2023
0.5.2 Jul 30, 2023
0.3.2 Mar 29, 2023

#431 in Web programming

Download history 615/week @ 2024-01-01 1084/week @ 2024-01-08 763/week @ 2024-01-15 1317/week @ 2024-01-22 1490/week @ 2024-01-29 1145/week @ 2024-02-05 1333/week @ 2024-02-12 1785/week @ 2024-02-19 2467/week @ 2024-02-26 1625/week @ 2024-03-04 1801/week @ 2024-03-11 1607/week @ 2024-03-18 1661/week @ 2024-03-25 1583/week @ 2024-04-01 1299/week @ 2024-04-08 1530/week @ 2024-04-15

6,128 downloads per month
Used in 2 crates

MIT license

53KB
845 lines

axum_typed_multipart

.github/workflows/push.yml .github/workflows/audit.yml codecov License: MIT

Designed to seamlessly integrate with Axum, this crate simplifies the process of handling multipart/form-data requests in your web application by allowing you to parse the request body into a type-safe struct.

Documentation

Documentation and installation instructions are available on docs.rs

Release process

When a SemVer compatible git tag is pushed to the repo a new version of the package will be published to crates.io.

Contributing

Direct push to the main branch is not allowed, any updates require a pull request to be opened. After all status checks pass the PR will be eligible for review and merge.

Commit messages should follow the Conventional Commits specification.

The project comes with an optional pre-configured development container with all the required tools. For more information on how to use it please refer to https://containers.dev

To make sure your changes match the project style you can install the pre-commit hooks with pre-commit install. This requires pre-commit to be installed on your system.

License

Copyright (c) 2023 Lorenzo Murarotto lnzmrr@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependencies

~12–25MB
~399K SLoC