# Functions
Parse parses a rooted path (starting with '/') into path segments.
# Structs
ConflictError represents a conflict between two paths.
Path represents a parsed path.
Segment represents a parsed path segment.
Set tracks a set of paths, ensuring they are compatible with each other.
# Type aliases
SegmentType represents the different types of path segments recognized by the parser.