Crate aws_smithy_async[][src]

Expand description

Future utilities and runtime-agnostic abstractions for smithy-rs.

Async runtime specific code is abstracted behind async traits, and implementations are provided via feature flag. For now, only Tokio runtime implementations are provided.

Modules

Useful runtime-agnostic future implementations.

Async runtime agnostic traits and implementations.