Registry / web-framework / params

params

JSON →
library0.8.0rscratesunverified

A multi-source request parameters parser for the Iron web framework.

# Cargo.toml [dependencies] params = "0.8.0"
INSTALL
IMPORT
SIG · PARAMS
P
params
web-frameworkrustv0.8.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.

Params
use params::Params;

Create a new parameters parser.

use params::Params; fn main() { let params = Params::new(); println!("Params created"); }
Debug
Known issues
gotchaDepends on Iron framework which is no longer actively maintained
fix
Consider using a more modern web framework like Actix or Rocket
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
params — cargo add params · libregistry