Docs.rs
async-ffi-macros-0.5.0
async-ffi-macros 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
oxalica
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
futures-task ^0.3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
ffi_
macros
0.5.0
All Items
Crate Items
Attribute Macros
Crate
async_ffi_macros
Copy item path
Source
Expand description
Helper macros for
async_ffi::FfiFuture
.
Attribute Macros
ยง
async_
ffi
A helper macro attribute to converts an
async fn
into a ordinary
fn
returning
FfiFuture
.