11 breaking releases

0.47.0 Jun 30, 2021
0.46.0 Jan 6, 2021
0.45.0 Jul 22, 2020
0.43.0 Mar 16, 2020
0.36.0 Dec 11, 2018

#44 in #mobile

MIT license

160KB
3K SLoC

Rusoto Mobile

Rust SDK for AWS Mobile

api-docs-badge crates-io license-badge

You may be looking for:

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 if using the native-tls feature.

Installation

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

[dependencies]
rusoto_mobile = "0.47.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

~9–25MB
~370K SLoC