rusty-cat 0.2.0

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Azure Blob direct multipart upload/range download protocols using SharedKey.

mod constants;
mod download;
mod put_block_session;
mod signing;
mod time_util;
mod upload;
mod xml;

pub use download::AzureBlobDirectDownload;
pub use upload::AzureBlobDirectUpload;
pub use xml::block_list_xml;