aliyun-oss-client 0.12.10

an aliyun oss client
Documentation
1
2
3
4
5
6
7
8
9
//extern crate rustc_version;

//use rustc_version::{version_meta, Channel};

fn main() {
    // if version_meta().unwrap().channel == Channel::Nightly {
    //     println!("cargo:rustc-cfg=feature=\"bench\"");
    // }
}