querystring 1.1.0

Simple querystring library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "querystring"
version = "1.1.0"
authors = ["François-Guillaume RIBREAU <github@fgribreau.com>"]
repository = "https://github.com/FGRibreau/querystring"
readme = "README.md"
documentation = "https://docs.rs/querystring"
description = "Simple querystring library for rust"
keywords = ["http", "querystring", "query", "params"]
categories = ["web-programming"]
license = "MIT"

[dependencies]