Expand description
Module for parsing <path>
data.
Structs§
- Tokenizer
- Tokenizer for the <path> data.
Enums§
- Token
- Path’s segment token.
Functions§
- is_
absolute - Returns
true
if the selected char is the absolute command. - is_cmd
- Returns
true
if the selected char is the command. - to_
relative - Converts the selected command char into the relative command char.