Registry / async / futures-await

futures-await

JSON →
library0.1.1rscratesunverified

Async/await syntax for Rust through a procedural macro, intended for use with the futures crate.

# Cargo.toml [dependencies] futures-await = "0.1.1"
INSTALL
IMPORT
SIG · FUTURES-AWAIT
F
futures-await
asyncrustv0.1.1
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.

await
use futures_await::await;

Minimal usage of futures-await's await macro.

use futures_await::await; fn main() { // Example usage placeholder println!("futures-await provides async/await macros"); }
Debug
Known issues
gotchaRequires nightly Rust due to procedural macro features.
fix
Use a stable async/await solution like tokio or async-std.
affects: >=0.1.0
Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
futures-await — cargo add futures-await · libregistry