perl-qualified-name 0.11.0

Perl qualified-name parsing, splitting, and validation helpers
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 5 items with examples
  • Size
  • Source code size: 62.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    0 1 46
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-qualified-name

Small, focused helpers for Perl-qualified names.

  • Split names like Foo::Bar into package and bare segments.
  • Validate qualified names with Unicode-aware identifier rules.

This crate intentionally has one responsibility and zero side effects: it exists so other parts of the workspace can share consistent qualified-name handling.