1 个不稳定版本
0.46.0 | 2020 年 12 月 22 日 |
---|
#60 in #aws-services
295KB
5.5K SLoC
Rusoto GuardDuty
Rust SDK for Amazon GuardDuty
⚠️ 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 稳定版或测试版。Nightly 版本已测试,但不保证支持。旧版本可能支持。目前支持的 Rust 版本可以在 Rusoto 项目的 travis.yml
中找到。
在 Linux 上,需要 OpenSSL。
安装
要在您的应用程序中使用 mz_rusoto_guardduty
,请将其添加到您的 Cargo.toml
中的依赖项
[dependencies]
mz_rusoto_guardduty = "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–29MB
~442K SLoC