rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
156 stars 35 forks source link

Remove `format!` allocations during parsing #47

Closed nickelc closed 1 year ago

nickelc commented 1 year ago

The boundary is wrapped in a newtype with access methods for the different needs.

Fixes #36

SergioBenitez commented 1 year ago

Closing due to inactivity.