use-query
Small query string utilities for RustUse.
Experimental
use-query is experimental while the use-web workspace remains below 0.3.0. Expect small API adjustments during the first release wave.
Example
use ;
let params = parse_query;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Small parsing and building helpers for query strings.
- Lookup, removal, and append helpers for common tooling tasks.
- Graceful handling for repeated, empty, or missing values.
Non-goals
- Full percent-encoding support.
- URL parser replacement.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license