1 个不稳定版本
0.46.0 | 2020 年 12 月 22 日 |
---|
#321 in #rusoto-aws
73KB
1K SLoC
Rusoto CodeStarNotifications
Rust SDK for AWS CodeStar Notifications
⚠️ 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_codestar_notifications
,请在您的 Cargo.toml
中将其添加为依赖项
[dependencies]
mz_rusoto_codestar_notifications = "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
~436K SLoC