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
7
8
9
10
11
pub(crate) mod annotation;
pub(crate) mod comment;
pub(crate) mod default;
pub(crate) mod field;
pub(crate) mod func;
pub(crate) mod ident;
pub(crate) mod import;
pub(crate) mod namespace;
pub(crate) mod pack;
pub(crate) mod ty;
mod utils;