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

#2324 in Network programming

Download history 256654/week @ 2024-01-18 250848/week @ 2024-01-25 236010/week @ 2024-02-01 237477/week @ 2024-02-08 235242/week @ 2024-02-15 258956/week @ 2024-02-22 266713/week @ 2024-02-29 257996/week @ 2024-03-07 269706/week @ 2024-03-14 257790/week @ 2024-03-21 266598/week @ 2024-03-28 283199/week @ 2024-04-04 291418/week @ 2024-04-11 297754/week @ 2024-04-18 300468/week @ 2024-04-25 251711/week @ 2024-05-02

1,196,494 downloads per month
Used in 776 crates (409 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–3.5MB
~59K SLoC