1 unstable release

0.1.0 Dec 29, 2023

#541 in Memory management

Download history 7/week @ 2024-12-04 17/week @ 2024-12-11 8/week @ 2024-12-18 7/week @ 2025-01-01 19/week @ 2025-01-08 101/week @ 2025-01-29 34/week @ 2025-02-05 43/week @ 2025-02-12 49/week @ 2025-02-19 24/week @ 2025-02-26

161 downloads per month
Used in xitca-web

Apache-2.0

35KB
720 lines

an async http multipart crate.

Features

  • common http types and streaming interface for easy integration.
  • native async/await support focus on stack pinned streaming type.
  • in place streaming parsing first with reduced memory copy and reduced additional allocation.

Requirement

  • Rust 1.75
  • http and futures for http types and async streaming interaction[^1]

[^1]: see project Cargo.toml for dependency versioning.

Dependencies

~1MB
~19K SLoC