Registry / utility / qstring

qstring

JSON →
library0.7.2rscratesunverified

A lightweight query string parser for Rust.

# Cargo.toml [dependencies] qstring = "0.7.2"
INSTALL
IMPORT
SIG · QSTRING
Q
qstring
utilityrustv0.7.2
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.

QString
use qstring::QString;

Parses a query string and retrieves a value by key.

use qstring::QString; let qs = QString::from("key1=value1&key2=value2"); assert_eq!(qs.get("key1").unwrap(), "value1");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
qstring — cargo add qstring · libregistry