axum-body-split 0.1.0

A library to use multiple FromRequest extractors in axum
Documentation
[dependencies.axum]
version = "0.8.1"

[dependencies.http-body-util]
version = "0.1.3"

[lib]
name = "axum_body_split"
path = "src/lib.rs"

[package]
authors = ["lukas0008 <lukzaj333@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library to use multiple FromRequest extractors in axum"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "axum-body-split"
readme = "Readme.md"
repository = "https://github.com/lukas0008/axum-body-split"
resolver = "2"
version = "0.1.0"