#amazon #aws #rusoto-aws #service #clouddirectory

rusoto_clouddirectory

AWS SDK for Rust - Amazon CloudDirectory @ 2017-01-11

19 次重大发布

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.29.0 2017年11月4日

网络编程 中排名 #2460

Download history 66/week @ 2024-07-25

每月下载 66

MIT 许可证

675KB
11K SLoC

Rusoto CloudDirectory

Amazon CloudDirectory 的 Rust SDK

api-docs-badge crates-io license-badge

你可能想找

需求

使用 Rusoto 需要 Rust 稳定版或 beta 版。Nightly 版本已测试,但未保证支持。较旧版本可能支持。当前支持的 Rust 版本可以在 Rusoto 项目中找到 travis.yml

在 Linux 上,如果使用 native-tls 功能,则需要 OpenSSL。

安装

要在您的应用程序中使用 rusoto_clouddirectory,请将其添加到您的 Cargo.toml 中的依赖项

[dependencies]
rusoto_clouddirectory = "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
~359K SLoC