1 2 3 4 5 6 7 8 9
# Medullah Multipart This is a simple multipart parser built for [Ntex.rs](https://github.com/ntex-rs/ntex) ## Installation Add this to your `Cargo.toml`: ```toml [dependencies] medullah-multipart = { version = "0.4.0" } ```