urlqstring 0.3.5

A URL query string for rust
Documentation
# urlqstring


#### Introduce

urlqstring is a general library for url query string

This crate is a general purpose library for common function found when working with the request's query parameters.
This library aims to implement the [querystring](https://nodejs.org/docs/latest-v11.x/api/querystring.html) function in Nodejs

#### Install Tutoria

Add the urlqstring crate dependency in your project's toml file, such as:
```
[dependencies]
urlqstring = "0.3.4"
```

#### Instructions

Please refer to the documentation for detauled instructions: [urlqstring doc](https://docs.rs/urlqstring/0.3.3/urlqstring/)