jffi 0.1.1

Cross-platform framework for building native apps with Rust business logic and platform-native UIs
1
2
3
4
5
6
pub mod ios;
pub mod android;
pub mod macos;
pub mod windows;
pub mod linux;
pub mod web;