56 releases (14 stable)
1.2.1 | Apr 2, 2024 |
---|---|
1.2.0 | Mar 25, 2024 |
1.1.7 | Feb 22, 2024 |
1.1.1 | Dec 13, 2023 |
0.30.0-alpha | Nov 24, 2021 |
#2204 in Network programming
1,294,162 downloads per month
Used in 914 crates
(426 directly)
69KB
1.5K
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–8MB
~60K SLoC