smithy-rs/rust-runtime/aws-smithy-async
John DiSanti b382ebc063
Upgrade cargo-check-external-types to 0.1.11 (#3413)
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-21 14:28:25 +00:00
..
src Upgrade cargo-check-external-types to 0.1.11 (#3413) 2024-02-21 14:28:25 +00:00
Cargo.toml Scrape doc examples (#3334) 2023-12-20 18:11:43 +00:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
additional-ci Split test-util feature to allow test-util to be utilized in WASM (#2873) 2023-07-27 15:52:12 +00:00
external-types.toml Remove `futures_core::stream::Stream` from `aws-smithy-async` (#2978) 2023-09-27 21:14:40 +00:00

README.md

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.