Skip to main content

Crate dsq_io_uri

Crate dsq_io_uri 

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

Error
URI error type
IoScheme
Represents the type of I/O operation to perform

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