1
2
3
4
5
//! Main documentation is in <https://github.com/fzyzcjy/flutter_rust_bridge>

mod library;

pub use library::*;