multidict-0.0.1 has been yanked.
multidict
The multidict crate was inspired by Python MultiDict library.
multidict is useful for working with HTTP headers, URL query, form-data args etc.
HTTP Headers and URL query string require specific data structure: multidict.
It behaves mostly like a regular map but it may have several values for the same key and preserves insertion ordering
How to install?
We recommend using the latest version of Rust. multidict supports Rust 2021.
Install by Cargo command:
Add line in your Cargo.toml file:
= "0.0.1"
How to test?
Run full tests (with docstrings):
Or only project specified tests: