urlqstring

Crates.iourlqstring
lib.rsurlqstring
version0.3.5
sourcesrc
created_at2019-11-30 15:24:06.364506
updated_at2020-03-15 11:32:30.33847
descriptionA URL query string for rust
homepage
repositoryhttps://github.com/Itanq/urlqstring
max_upload_size
id185549
size21,060
(Itanq)

documentation

README

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 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

Commit count: 19

cargo fmt