perl-module 0.15.0

Perl module resolution, import analysis, and refactoring — unified facade
Documentation
1
2
3
4
5
6
//! Single-line Perl module token parsing.
//!
//! Parse Perl package-style tokens from byte offsets in a source line.
//! Supports canonical (`::`) and legacy (`'`) package separators.

pub use crate::token_core::{ModuleTokenSpan, parse_module_token};