7 个版本 (重大更改)
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.43.0-beta.1 | 2020 年 2 月 7 日 |
143 in #rusoto-aws
240KB
5K SLoC
Rusoto GroundStation
Rust SDK for AWS Ground Station
你可能正在寻找
要求
Rust 稳定版或 beta 版是使用 Rusoto 的必要条件。Nightly 已经过测试,但不保证支持。旧版本 可能 支持。当前支持的 Rust 版本可以在 Rusoto 项目中找到 travis.yml
。
在 Linux 上,如果使用 native-tls
功能,则需要 OpenSSL。
安装
要将 rusoto_groundstation
用于您的应用程序,请将其添加到您的 Cargo.toml
中的依赖项。
[dependencies]
rusoto_groundstation = "0.48.0"
包功能
native-tls
- 使用平台特定的 TLS 实现。rustls
- 使用 rustls TLS 实现。serialize_structs
- 大多数操作输出的结构体得到derive(Serialize)
。deserialize_structs
- 大多数操作输入的结构体得到derive(Deserialize)
。
注意:默认情况下,该包将使用 native-tls
TLS 实现。
贡献
请参阅 CONTRIBUTING。
许可证
Rusoto 根据 MIT 许可证分发。
有关详细信息,请参阅 LICENSE。
依赖项
~10–24MB
~365K SLoC