Module batch

Module batch 

Source
Expand description

Axum extractor for batch operation streams.

Provides BatchOperationStream, which parses a multipart request body into a lazy stream of Operations.

Structs§

BatchOperationStream
A lazily-parsed stream of batch operations extracted from a multipart request body.

Enums§

BatchError
Errors that can occur when processing or executing batch operations.