rusty-oss 0.2.1

Simple pure Rust Aliyun OSS Client following a Sans-IO approach
Documentation
1
2
3
4
5
6
7
8
pub mod abort;
#[cfg(feature = "full")]
pub mod complete;
#[cfg(feature = "full")]
pub mod create;
#[cfg(feature = "full")]
pub mod list_parts;
pub mod upload;