Registry / utility / safe-uri

safe-uri

JSON →
library0.1.0-beta.4rscratesunverified

Simple and safe URI types.

# Cargo.toml [dependencies] safe_uri = "0.1.0-beta.4"
INSTALL
IMPORT
SIG · SAFE-URI
S
safe-uri
utilityrustv0.1.0-beta.4
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.

SafeUri
use safe_uri::SafeUri;

Parses a URI string into a SafeUri object.

use safe_uri::SafeUri; fn main() { let uri = SafeUri::parse("https://example.com").unwrap(); println!("Parsed URI: {}", uri); }
Debug
Known issues
gotchaVersion 0.1.0-beta.4 is a pre-release; API may change.
fix
Pin to exact version and test thoroughly before upgrading.
affects: >=0.1.0-beta.0 <0.1.0
Upgrade
Version history
0.1.0-beta.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
safe-uri — cargo add safe-uri · libregistry