jffi 0.3.7

Cross-platform framework for building native apps with Rust business logic and platform-native UIs
1
2
3
4
5
6
7
8
9
10
pub mod new;
pub mod build;
pub mod run;
pub mod dev;
pub mod add;
pub mod remove;
pub mod bundle;
pub mod doctor;
pub mod icons;
pub mod screenshots;