Crate file_fetcher [] [src]

The 'file_fetcher' crate can get you file either locally or over http(s).

Modules

errors
http
local

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