Skip to main content

Crate perl_uri_classify

Crate perl_uri_classify 

Source
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.