Expand description
URI routing for dsq I/O plugins
This crate provides functionality for parsing URIs and determining which I/O plugin should handle them.
Structs§
- UriInfo
- Information about a URI
Enums§
Functions§
- is_
http_ url - Check if a string is an HTTP(S) URL
- is_
huggingface_ url - Check if a string is a HuggingFace URL
- is_url
- Check if a string is a URL (any remote resource)
- parse_
uri - Parse a path/URI and determine its type
Type Aliases§
- Result
- Error type for URI operations