23 个重大版本
| 0.48.0 | 2022年4月25日 |
|---|---|
| 0.47.0 | 2021年6月30日 |
| 0.46.0 | 2021年1月6日 |
| 0.45.0 | 2020年7月22日 |
| 0.27.0 | 2017年6月25日 |
#105 in #aws-services
592 每月下载量
在 2 crates 中使用
265KB
4.5K SLoC
Rusoto CognitoIdentity
Rust 用于 Amazon Cognito Identity 的 SDK
你可能正在寻找
要求
使用 Rusoto 需要 Rust 稳定版或测试版。测试版已测试,但不保证支持。旧版本 可能 支持。当前支持的 Rust 版本可在 Rusoto 项目的 travis.yml 中找到。
在 Linux 上,如果使用 native-tls 功能,则需要 OpenSSL。
安装
要在您的应用程序中使用 rusoto_cognito_identity,请在您的 Cargo.toml 中将其添加为依赖项
[dependencies]
rusoto_cognito_identity = "0.48.0"
包功能
native-tls- 使用平台特定的 TLS 实现。rustls- 使用 rustls TLS 实现。serialize_structs- 大多数操作的输出结构体获得derive(Serialize)。deserialize_structs- 大多数操作的输入结构体获得derive(Deserialize)。
注意:默认情况下,该包将使用 native-tls TLS 实现。
贡献
请参阅 CONTRIBUTING。
许可证
Rusoto 在 MIT 许可证下分发。
有关详细信息,请参阅 LICENSE。
依赖项
~9–24MB
~363K SLoC