perl-uri-classify 0.12.2

URI classification and key normalization helpers for Perl LSP
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 14.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 51s Average build duration of successful builds.
  • all releases: 44s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    9 5 596
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-uri-classify

Shared URI classification and key normalization helpers for the Perl LSP ecosystem.

Provided helpers

  • uri_key — normalizes URI keys for stable lookups (including Windows drive-letter normalization)
  • is_file_uri — checks for file:// scheme
  • is_special_scheme — detects non-file/special URI schemes
  • uri_extension — extracts file extension from URI-like strings