Skip to main content

Module uri

Module uri 

Source
Expand description

URI ↔ PathBuf conversion.

Handles file://, percent-decoding, Windows drive letters, and UNC paths.

Enums§

UriError
Errors from URI conversion.

Functions§

path_to_uri
Convert a filesystem path to a file:// URI.
uri_to_path
Convert a file:// URI to a PathBuf.