perl-source-file 0.11.0

Shared Perl source file classification helpers
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 7.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    0 1 56
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-source-file

Shared Perl source-file classification helpers.

Scope

  • Determine whether an extension is a recognized Perl source extension
  • Determine whether a filesystem path points to a Perl source file
  • Determine whether a URI/path string points to a Perl source file

API

  • is_perl_source_extension(extension)
  • is_perl_source_path(path)
  • is_perl_source_uri(uri)