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
11
12
13
14
pub(crate) mod annotation;
pub(crate) mod comment;
pub(crate) mod custom_ser_des;
pub(crate) mod default;
pub(crate) mod extra_type;
pub(crate) mod field;
pub(crate) mod func;
pub(crate) mod ident;
pub(crate) mod import;
pub(crate) mod llfetime_aware_type;
pub(crate) mod pack;
pub(crate) mod trait_impl;
pub(crate) mod ty;
pub(crate) mod utils;