jffi 0.2.1

Cross-platform framework for building native apps with Rust business logic and platform-native UIs
1
2
3
4
5
6
pub mod new;
pub mod build;
pub mod run;
pub mod dev;
pub mod add;
pub mod remove;