use-uri
Small URI utility primitives for RustUse.
Experimental
use-uri is experimental while the use-web workspace remains below 0.3.0. Expect API adjustments as the first wave settles.
Example
use ;
let parts = parse_uri_basic;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Small helpers for URI inspection and string-based splitting.
- Basic extraction for schemes, authorities, queries, and fragments.
- Predictable behavior for malformed or partial input.
Non-goals
- Full RFC URI parsing.
- URL normalization.
- IDNA handling.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license