aws-smithy-async

Crates.ioaws-smithy-async
lib.rsaws-smithy-async
version1.2.1
sourcesrc
created_at2021-10-20 22:39:36.330689
updated_at2024-04-02 20:44:37.055327
descriptionAsync runtime agnostic abstractions for smithy-rs.
homepage
repositoryhttps://github.com/smithy-lang/smithy-rs
max_upload_size
id468153
size79,211
AWS SDK Rust Bot (aws-sdk-rust-ci)

documentation

README

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.

Commit count: 2705

cargo fmt