aws-smithy-async 0.55.2

Async runtime agnostic abstractions for smithy-rs.
Documentation
1
2
3
4
5
6
7
allowed_external_types = [
    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Switch to AsyncIterator once standardized
    "futures_core::stream::Stream",

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Don't expose `SendError`
    "tokio::sync::mpsc::error::SendError",
]