45 releases (3 stable)

new 1.0.2 Nov 27, 2023
0.101.0 Nov 16, 2023
0.55.3 May 23, 2023
0.55.0 Mar 23, 2023
0.30.0-alpha Nov 24, 2021

#31 in Date and time

Download history 172744/week @ 2023-08-08 172128/week @ 2023-08-15 157454/week @ 2023-08-22 149691/week @ 2023-08-29 158075/week @ 2023-09-05 156826/week @ 2023-09-12 164935/week @ 2023-09-19 156524/week @ 2023-09-26 175817/week @ 2023-10-03 192976/week @ 2023-10-10 171890/week @ 2023-10-17 182423/week @ 2023-10-24 183883/week @ 2023-10-31 178365/week @ 2023-11-07 190780/week @ 2023-11-14 134601/week @ 2023-11-21

720,827 downloads per month
Used in 661 crates (384 directly)

Apache-2.0

56KB
1K SLoC

aws-smithy-async

Runtime-agnostic abstractions and utilities for asynchronous code in 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.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.


lib.rs:

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.

Dependencies

~2.5–3.5MB
~58K SLoC