1 unstable release

0.1.0 Dec 29, 2023

#527 in Memory management

Download history 13/week @ 2024-07-15 22/week @ 2024-07-22 5/week @ 2024-07-29 20/week @ 2024-08-05 40/week @ 2024-08-19 50/week @ 2024-08-26 55/week @ 2024-09-02 98/week @ 2024-09-09 83/week @ 2024-09-16 151/week @ 2024-09-23 71/week @ 2024-09-30 4/week @ 2024-10-07 8/week @ 2024-10-14

252 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
~18K SLoC