Skip to main content

Module path_segments

Module path_segments 

Source
Expand description

Encode/decode validated path segments.

Functionsยง

decode
Decodes a list of string segments, validating each through TablePath and erroring on a non-list, a non-string segment, or an illegal segment.
encode
Encodes the path segments as an Expr::List of strings.