1 个不稳定版本

0.46.0 2020年12月22日

#85 in #aws-services

MIT 许可证

58KB
757

Rusoto MediaTailor

Rust SDK for AWS MediaTailor

⚠️ 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_mediatailor,请将其添加到您的 Cargo.toml 依赖项中

[dependencies]
mz_rusoto_mediatailor = "0.46.0"

包功能

  • native-tls - 使用平台特定的TLS实现。
  • rustls - 使用rustls TLS实现。
  • serialize_structs - 大多数操作的输出结构体将得到 derive(Serialize)
  • deserialize_structs - 大多数操作的输入结构体将得到 derive(Deserialize)

注意:默认情况下,该包将使用 native-tls TLS实现。

贡献

请参阅 CONTRIBUTING

许可证

Rusoto 在MIT许可证下分发。

有关详细信息,请参阅 LICENSE

依赖关系

~14–29MB
~440K SLoC