Registry / utility / querystring

querystring

JSON →
library1.1.0rscratesunverified

Simple library for parsing and building URL query strings.

# Cargo.toml [dependencies] querystring = "1.1.0"
INSTALL
IMPORT
SIG · QUERYSTRING
Q
querystring
utilityrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueryString
use querystring::QueryString;

Parse a query string and retrieve a value.

use querystring::QueryString; fn main() { let qs = QueryString::from("key=value&foo=bar"); println!("{:?}", qs.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
querystring — cargo add querystring · libregistry