flutter_rust_bridge_codegen 2.12.0

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple
Documentation
1
2
3
4
5
6
//! Code used in `main.rs`

pub(crate) mod commands;
pub(crate) mod commands_parser;
#[cfg(test)]
pub(crate) mod test_utils;