Docs.rs
aliyun-openapi-0.3.0
aliyun-openapi 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
linux-china
Dependencies
anyhow ^1.0
normal
base64 ^0.13
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
lazy_static ^1.4.0
normal
reqwest ^0.11
normal
rust-crypto ^0.2
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
url ^2.2.0
normal
Versions
70%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
aliyun_openapi
auth.rs
dm.rs
lib.rs
oss.rs
prelude.rs
utils.rs
aliyun_openapi/
lib.rs
Settings
Help
Summary
1
mod
utils;
2
mod
auth;
3
mod
oss;
4
mod
dm;
5
pub mod
prelude;
6
7
8
#[cfg(test)]
9
mod
tests {}