rwf2 / multer

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

Replace lazy_static with once_cell #27

Closed Kestrer closed 3 years ago

Kestrer commented 3 years ago

once_cell avoids macros and will probably be added to std at some point.