11 个重大版本
| 0.47.0 | 2021 年 6 月 30 日 |
|---|---|
| 0.46.0 | 2021 年 1 月 6 日 |
| 0.45.0 | 2020 年 7 月 22 日 |
| 0.43.0 | 2020 年 3 月 16 日 |
| 0.36.0 | 2018 年 12 月 11 日 |
#54 in #mobile
71 月下载量
160KB
3K SLoC
Rusoto Mobile
Rust SDK for AWS Mobile
你可能还想要
需求
Rust 稳定版或测试版是使用 Rusoto 所必需的。测试版已测试,但不保证支持。旧版本可能支持。当前支持的 Rust 版本可以在 Rusoto 项目中找到 travis.yml。
在 Linux 上,如果使用 native-tls 功能,则需要 OpenSSL。
安装
要在您的应用程序中使用 rusoto_mobile,请在您的 Cargo.toml 中将其添加为依赖项
[dependencies]
rusoto_mobile = "0.47.0"
软件包功能
native-tls- 使用平台特定的 TLS 实现。rustls- 使用 rustls TLS 实现。serialize_structs- 大多数操作的输出结构体得到derive(Serialize)。deserialize_structs- 大多数操作的输入结构体得到derive(Deserialize)。
注意:软件包将默认使用 native-tls TLS 实现。
贡献
请参阅 CONTRIBUTING。
许可证
Rusoto 在 MIT 许可证的条款下分发。
有关详细信息,请参阅 LICENSE。
依赖项
~10–24MB
~361K SLoC