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
7
8
9
10
//! Code used in `lib.rs`

pub mod build_web;
pub mod codegen;
pub(crate) mod commands;
pub mod integration;
#[doc(hidden)]
pub mod internal;
pub mod misc;
pub mod utils;