async-ffi-macros

Crates.ioasync-ffi-macros
lib.rsasync-ffi-macros
version0.5.0
created_at2023-02-16 19:51:14.134642+00
updated_at2023-08-11 06:37:40.479655+00
descriptionMacros for async-ffi
homepage
repositoryhttps://github.com/oxalica/async-ffi
max_upload_size
id787009
size15,800
(oxalica)

documentation

README

async-ffi: FFI-compatible Futures

crates.io docs.rs CI

Convert your Rust Futures into a FFI-compatible struct without relying unstable Rust ABI and struct layout. Easily provide async functions in dynamic library maybe compiled with different Rust than the invoker.

See documentation for more details.

See link_tests directory for cross-linking examples.

License

MIT Licensed.

Commit count: 88

cargo fmt