await_macros
A bunch of macros that literally only expand to (expr).await
as an alternative to the postfix syntax. These macros are a complete no-op until the syntax is actually stabilized (Rust before 1.37 forbids the use of the keyword in any fashion). Have fun!
Current list of macro names are: ```rust avait!(future)
avvait!(future)
backtothe!(future)
divine!(future)
avast!(future)
anticipate!(future)
hope!(future)
foresee!(future)
envision!(future)
doubt!(future)
predict!(future)
be_afraid!(future)
count_on!(future)
prophesize!(future)
foretell!(future)
wait_up!(future)
heygivethat_back!(future)
aweight!(future)
hold_up!(future)
presume!(future)
pls_gib!(future)
nowbecomesthe!(future)
ayywait!(future)
r#await!(future)
predestined!(future)
kismet!(future)
godot!(future) ```
```rust use awaitmacros::backto_the;
fn main() { let future = getsomefuture();
let result = back_to_the!(future);
} ```
await_macros
is licensed under both MIT and Apache 2.0