The Alibaba Cloud SDK for Rust allows you to access Alibaba Cloud services such as Elastic Compute Service (ECS), Object Storage Service(OSS), Direct Mail (DM) etc.
You can access Alibaba Cloud services without the need to handle API related tasks, such as signing and constructing your requests.
Please install aliyun command line from https://github.com/aliyun/aliyun-cli first, then config the credential info with following command:
$ aliyun configure
```rust use aliyunopenapi::prelude::*; use std::str::fromutf8; use bytes::{Bytes, Buf};
async fn main() -> Result<(), Box