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

#2266 in Network programming

Download history 109454/week @ 2023-12-22 154488/week @ 2023-12-29 228613/week @ 2024-01-05 233511/week @ 2024-01-12 256636/week @ 2024-01-19 246129/week @ 2024-01-26 232226/week @ 2024-02-02 244615/week @ 2024-02-09 235021/week @ 2024-02-16 257590/week @ 2024-02-23 271013/week @ 2024-03-01 259245/week @ 2024-03-08 267462/week @ 2024-03-15 260901/week @ 2024-03-22 272043/week @ 2024-03-29 227180/week @ 2024-04-05

1,078,117 downloads per month
Used in 757 crates (407 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