Skip to main content

Module path

Module path 

Source
Expand description

Path patterns matched against the segments of a moniker.

'module:domain', '**/class:*', 'class:/^[A-Z].*Port$/', '**/module:a/**'. ** matches zero or more segments ; the other step forms match exactly one.

Structs§

Pattern

Enums§

PatternError
Step

Functions§

matches
Matches pattern against the segments of m. ** is greedy non-deterministic — recursive backtracking, O(2^n) worst case but moniker depth ≤ ~10 in practice.
parse