urlqstring 0.3.4

A URL query string for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "urlqstring"
version = "0.3.4"
authors = ["zmant <zmant724@aliyun.com>"]
edition = "2018"
readme = "README.md"
license-file = "LICENSE"
keywords = ["url", "querystring", "PercentCode"]
description = "A URL query string for rust"
repository = "https://github.com/Itanq/urlqstring"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]