rusty-cat 0.2.2

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Aliyun OSS direct multipart upload/range download protocols using OSS V4 signing.

mod constants;
mod download;
mod multipart_session;
mod signing;
mod upload;
mod xml;

pub use download::AliOssDirectDownload;
pub use upload::AliOssDirectUpload;