Expand description
URI classification and key normalization helpers.
This crate centralizes URI helpers that are frequently reused by LSP-facing
crates while keeping filesystem URI conversion concerns in perl-uri.
Functionsยง
- is_
file_ uri - Check if a URI uses the
file://scheme. - is_
special_ scheme - Check if a URI uses a special scheme (not
file://). - uri_
extension - Extract the file extension from a URI-like string.
- uri_key
- Normalize a URI to a consistent key for lookups.