flutter_rust_bridge_codegen 2.0.0-dev.0

High-level memory-safe binding generator for Flutter/Dart <-> Rust
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;