58 releases (16 stable)

1.2.3 Dec 26, 2024
1.2.1 Apr 2, 2024
1.2.0 Mar 25, 2024
1.1.1 Dec 13, 2023
0.30.0-alpha Nov 24, 2021

#1963 in Network programming

Download history 453421/week @ 2024-09-21 378440/week @ 2024-09-28 332357/week @ 2024-10-05 338030/week @ 2024-10-12 337654/week @ 2024-10-19 303667/week @ 2024-10-26 312496/week @ 2024-11-02 310151/week @ 2024-11-09 321630/week @ 2024-11-16 285840/week @ 2024-11-23 327609/week @ 2024-11-30 325505/week @ 2024-12-07 326163/week @ 2024-12-14 137994/week @ 2024-12-21 163478/week @ 2024-12-28 318743/week @ 2025-01-04

1,002,029 downloads per month
Used in 985 crates (441 directly)

Apache-2.0

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–8.5MB
~60K SLoC