Expand description
The ‘file_fetcher’ crate can get you file either locally or over http(s).
Modules§
Structs§
- Url
- A parsed URL record.
Enums§
- UrlError
- Errors that can occur during parsing.
Functions§
- open
- Open an url to get a reader
- open_
bytes - Open an url to get bytes
- open_
bytes_ str - Open a string url to get bytes
- open_
json - Open an url to get a json struct
- open_
json_ str - Open a string url to get a json struct
- open_
str - Open a string url to get a reader