2 releases
0.1.1 | Nov 6, 2020 |
---|---|
0.1.0 | Nov 6, 2020 |
#572 in Operating systems
212 downloads per month
8KB
mobile-entry-point
This attribute macro wraps a function to make it the entry-point for an iOS or Android mobile app. Use cargo-mobile
to generate matching project files!
use mobile_entry_point::mobile_entry_point;
#[mobile_entry_point]
fn main() {
println!("Hello world!");
}
Dependencies
~1.5MB
~35K SLoC