1 个不稳定版本
0.46.0 | 2020 年 12 月 22 日 |
---|
#5 in #dax
155KB
2.5K SLoC
Rusoto DynamodbAccelerator
Rust SDK for Amazon DynamoDB Accelerator (DAX)
⚠️ This is the Materialize fork of Rusoto. ⚠️
Rusoto has been unmaintained for several months. We expect that Amazon will soon announce plans to take over Rusoto or release an official Rust SDK. In the meantime, we are performing a minimal amount of maintenance. We will accept dependency bumps and obvious bug fixes.
Crates are published with an "mz" prefix, as in mz_rusoto_core
.
你可能还想要查找
需求
需要 Rust stable 或 beta 来使用 Rusoto。Nightly 已经过测试,但无法保证支持。较旧版本 可能 支持。目前支持的 Rust 版本可以在 Rusoto 项目 travis.yml
中找到。
在 Linux 上,需要 OpenSSL。
安装
要在您的应用程序中使用 mz_rusoto_dax
,请将其添加到您的 Cargo.toml
中的依赖项。
[dependencies]
mz_rusoto_dax = "0.46.0"
Crates 功能
native-tls
- 使用平台特定的 TLS 实现。rustls
- 使用 rustls TLS 实现。serialize_structs
- 大多数操作的输出结构体将获得derive(Serialize)
。deserialize_structs
- 大多数操作的输入结构体将获得derive(Deserialize)
。
注意:该 crate 默认将使用 native-tls
TLS 实现。
贡献
请参阅 CONTRIBUTING。
许可证
Rusoto 在 MIT 许可证下分发。
详情请参阅 LICENSE。
依赖项
约14–28MB
约437K SLoC