Registry / async / aws-smithy-async

aws-smithy-async

JSON →
library1.2.14rscratesunverified

Async runtime agnostic abstractions for smithy-rs.

# Cargo.toml [dependencies] aws-smithy-async = "1.2.14"
INSTALL
IMPORT
SIG · AWS-SMITHY-ASYNC
A
aws-smithy-async
asyncrustv1.2.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncSleep
use aws_smithy_async::rt::sleep::AsyncSleep;

Use TokioSleep as an implementation of AsyncSleep for Tokio runtime.

use aws_smithy_async::rt::sleep::TokioSleep; fn main() { let sleep = TokioSleep::new(); println!("AsyncSleep trait implemented"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
33
Amazon
1
OpenAI (training)
1
Resources
aws-smithy-async — cargo add aws-smithy-async · libregistry