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 日

#2468 in 网络编程

MIT 许可证

1MB
19K SLoC

Rusoto ElastiCache

Rust SDK for Amazon ElastiCache

api-docs-badge crates-io license-badge

你可能正在寻找

需求

使用 Rusoto 需要 Rust 稳定版或 beta 版。Nightly 版本已测试,但不可保证支持。较旧版本 可能 支持。目前支持的 Rust 版本可在 Rusoto 项目 travis.yml 中找到。

在 Linux 上,如果使用 native-tls 功能,则需要 OpenSSL。

安装

要在您的应用程序中使用 rusoto_elasticache,请在您的 Cargo.toml 中将其添加为依赖项

[dependencies]
rusoto_elasticache = "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–27MB
~378K SLoC