Skip to main content

Crate perl_lsp_feature_profile

Crate perl_lsp_feature_profile 

Source
Expand description

Canonical feature profile definitions used by runtime profile selection, CLI parsing, and downstream reporting tools.

This crate intentionally keeps profile naming and canonicalization rules in one place so all LSP components (and external tooling) can share the same behavior without duplicating alias logic.

Structs§

FeatureProfileSpec
Canonical metadata for profile aliases and normalization behavior.

Enums§

FeatureProfileKind
Canonical profile definitions and alias map.

Functions§

feature_profile_specs
Return canonical feature profile descriptors for tooling.
from_str_name
Parse a raw profile token into canonical form.
parse_profile_token
Parse and normalize user input with trimming and legacy delimiter compatibility.
supported_cli_profiles
Return every supported CLI token for profile parsing/validation.