Adding fetch API to the crate

This commit is contained in:
Tomasz Drwięga
2016-11-20 18:30:54 +01:00
parent 845bc52e36
commit cc8a9d410b
7 changed files with 155 additions and 20 deletions

View File

@@ -26,4 +26,4 @@ extern crate rand;
pub mod client;
pub mod fetch_file;
pub use self::client::{Client, Fetch, FetchError, FetchResult};
pub use self::client::{Client, Fetch, FetchError, FetchResult};