Module path

Source
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.