rwf2 / multer

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

Update dependencies and fix documentation links #17

Closed Kestrer closed 3 years ago

Kestrer commented 3 years ago

I replaced futures with futures-util as it's a smaller crate and I switched from lazy-static to once_cell as it avoids macros and is closer to what the stdlib will eventually implement.

SergioBenitez commented 3 years ago

@Koxiaet If you'd like, please rebase on the latest master and keep changes that are still relevant, given the recent update to the tokio 1.0 ecosystem.