async-ffi

Crates.ioasync-ffi
lib.rsasync-ffi
version0.5.0
sourcesrc
created_at2021-03-30 15:18:42.378886
updated_at2023-08-11 06:37:50.028422
descriptionFFI-compatible `Future`s
homepage
repositoryhttps://github.com/oxalica/async-ffi
max_upload_size
id375796
size31,954
(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: 76

cargo fmt