Crate read_url

Crate read_url 

Source
Expand description

Go beyond http:// with this streamlined URL library for Rust.

read-url gets you an io::Read or a tokio::io::AsyncRead from a wide variety of URL types, including entries in archives and code repositories using a URL notation inspired by Java’s JarURLConnection.

For more information and usage examples see the home page.

Modules§

filefile
file:
gitgit
git:
httphttp
http: and https:
internal
internal:
mock
Mock URLs.
tartar
tar:
zipzip
zip:

Structs§

UrlCache
Cache for a UrlContext.
UrlContext
Context for URL.

Enums§

UrlError
Common error for read-url APIs.

Traits§

URL
URL.

Type Aliases§

AsyncReadRefasync
Common reference type for AsyncRead.
ConformFutureasync
Common Future type for URL::conform_async.
OpenFutureasync
Common Future type for URL::open_async.
PathBufRef
Common reference type for PathBuf.
ReadRef
Common reference type for Read.
UrlContextRef
Common reference type for UrlContext.
UrlQuery
URL query.
UrlRef
Common reference type for URL.