Registry / async / async-attributes

async-attributes

JSON →
library1.1.2rscratesunverified

Experimental language-level polyfills for Async Rust.

# Cargo.toml [dependencies] async-attributes = "1.1.2"
INSTALL
IMPORT
SIG · ASYNC-ATTRIBUTES
A
async-attributes
asyncrustv1.1.2
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.

test
use async_attributes::test;

Uses the async_attributes macro to define an async test function.

use async_attributes::test; #[test] async fn my_test() { println!("Async test running"); }
Debug
Known issues
breakingThis crate is experimental and may have breaking changes.
fix
Pin to a specific version and monitor updates.
affects: >=1.0.0
Upgrade
Version history
1.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
42
OpenAI (training)
1
Resources
async-attributes — cargo add async-attributes · libregistry