1 个不稳定版本
0.46.0 | 2020年12月22日 |
---|
#289 in #rusoto-aws
170KB
2.5K SLoC
Rusoto GlobalAccelerator
Rust SDK for AWS Global Accelerator
⚠️ 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
.
你可能还想找
需求
使用 Rusoto 需要 Rust 稳定版或 beta 版。Nightly 版已测试,但未保证支持。较旧版本 可能 支持。当前支持的 Rust 版本可在 Rusoto 项目 travis.yml
中找到。
在 Linux 上,需要 OpenSSL。
安装
要在你的应用程序中使用 mz_rusoto_globalaccelerator
,将其作为依赖项添加到你的 Cargo.toml
[dependencies]
mz_rusoto_globalaccelerator = "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
~440K SLoC