Search

Lib.rs

› Email › mz
#sesv2

mz_rusoto_sesv2

AWS SDK for Rust - Amazon Simple Email Service @ 2019-09-27

Owned by Nikhil Benesch, MaterializeInc.

  • Install
  • API reference
  • GitHub repo (materializeinc)

1 unstable release

0.46.0 Dec 23, 2020

#510 in Email

MIT license

355KB
5.5K SLoC

Rusoto SesV2

Rust SDK for Amazon Simple Email Service

⚠️ 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.


You may be looking for:

  • An overview of Rusoto
  • AWS services supported by Rusoto
  • API documentation
  • Getting help with Rusoto

Requirements

Rust stable or beta are required to use Rusoto. Nightly is tested, but not guaranteed to be supported. Older versions may be supported. The currently supported Rust versions can be found in the Rusoto project travis.yml.

On Linux, OpenSSL is required.

Installation

To use mz_rusoto_sesv2 in your application, add it as a dependency in your Cargo.toml:

[dependencies]
mz_rusoto_sesv2 = "0.46.0"

Crate Features

  • native-tls - use platform-specific TLS implementation.
  • rustls - use rustls TLS implementation.
  • serialize_structs - output structs of most operations get derive(Serialize).
  • deserialize_structs - input structs of most operations get derive(Deserialize).

Note: the crate will use the native-tls TLS implementation by default.

Contributing

See CONTRIBUTING.

License

Rusoto is distributed under the terms of the MIT license.

See LICENSE for details.

Dependencies

~18–32MB
~530K SLoC

  • async-trait
  • bytes 0.5
  • futures
  • mz_rusoto_core
  • serde
  • serde_derive 1.0
  • serde_json
  • dev mz_rusoto_mock
  • dev tokio 0.2

Other features

  • deserialize_structs
  • native-tls
  • rustls
  • serialize_structs
Related: mz_rusoto_kinesisvideo, mz_rusoto_accessanalyzer, mz_rusoto_acm, mz_rusoto_acm_pca, mz_rusoto_alexaforbusiness, mz_rusoto_amplify, mz_rusoto_apigateway, mz_rusoto_apigatewaymanagementapi, mz_rusoto_apigatewayv2, mz_rusoto_appconfig, mz_rusoto_application_autoscaling, mz_rusoto_application_insights, mz_rusoto_appmesh, mz_rusoto_mock, mz_rusoto_core, mz_rusoto_credential
See also: lettre, mail-parser, imap, pgp, mrml, email_address, async-imap, zxcvbn, imap-proto, aws-sdk-sesv2, aws-sdk-ses

Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski. It contains data from multiple sources, including heuristics, and manually curated data. Content of this page is not necessarily endorsed by the authors of the crate. This site is not affiliated with nor endorsed by the Rust Project. If something is missing or incorrect, please file a bug.