rwf2 / multer

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

Replace futures with futures-util #26

Closed Kestrer closed 3 years ago

Kestrer commented 3 years ago

futures-util is a smaller crate, this should reduce compile times.

SergioBenitez commented 3 years ago

This looks good, but it'll need to be rebased on master.

How are dependencies/compile times, quantitatively, reduced as a result of this?

Kestrer commented 3 years ago

Rebased on master now. On my machine cargo clean; cargo build takes 54s instead of 56.5s - it's a small improvement, but it is there.

SergioBenitez commented 3 years ago

Awesome. Thank you!