Expand description
Parse locator syntax once, then map its structured fields through the index.
Enumsยง
- Selector ๐
- Parsed input; each variant selects an index lookup or a source adapter.
Functionsยง
- legacy ๐
- Map older opaque model: locators onto the same structured selectors.
- parse ๐
- Explicit paths take precedence; all URI forms go through the URL parser.
- revision ๐
- Separate the optional revision delimiter from the repository path.
- source ๐
- Map a parsed URI authority and repository path into a source selector.
- validate_
revision ๐ - Apply the same literal revision rules to URI suffixes and option overrides.