Skip to content

Red-Panda-Dev/multidict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multidict

Logo.png

Crates.io Version Crates.io Downloads (latest version) Crates.io MSRV Static Badge

Build Doc Tests Clippy Build Dev Build Release

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:

cargo add multidict

Add line in your Cargo.toml file:

multidict = "0.0.1"

How to test?

Run full tests (with docstrings):

cargo test

Or only project specified tests:

cargo test --tests

About

The multidict crate was inspired by Python MultiDict library.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages