axum-image
Image extractors for Axum + quick image encoding helpers.
Usage
The included extractors can be used as any other extractor in Axum:
use Image;
async
The JsonMultipart extractor works just as the regular Json extractor does, just with another field for bytes sent in the request.
use JsonMultipart;
use Deserialize;
async
License
axum-image is licensed under the AGPL-3.0.