Crate flutter_rust_bridge
source · [−]Re-exports
pub use handler::FfiCallMode;
pub use handler::Handler;
pub use handler::WrapInfo;
pub use rust2dart::StreamSink;
Modules
Wrappers and executors for Rust functions.
Manages receiving and sending values across the FFI boundary.
Structs
Use this struct in return type of your function, in order to tell the code generator the function should return synchronously. Otherwise, it is by default asynchronously.
Wrapping a Vec
Attribute Macros
Attribute to guide code generation.