Crates.io | urlqstring |
lib.rs | urlqstring |
version | 0.3.5 |
source | src |
created_at | 2019-11-30 15:24:06.364506 |
updated_at | 2020-03-15 11:32:30.33847 |
description | A URL query string for rust |
homepage | |
repository | https://github.com/Itanq/urlqstring |
max_upload_size | |
id | 185549 |
size | 21,060 |
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
Add the urlqstring crate dependency in your project's toml file, such as:
[dependencies]
urlqstring = "0.3.4"
Please refer to the documentation for detauled instructions: urlqstring doc