#android #mobile #ios #macro

macro mobile-entry-point

Generate app entry-point boilerplate for iOS & Android!

2 releases

0.1.1 Nov 6, 2020
0.1.0 Nov 6, 2020

#572 in Operating systems

Download history 75/week @ 2024-03-11 64/week @ 2024-03-18 69/week @ 2024-03-25 112/week @ 2024-04-01 52/week @ 2024-04-08 63/week @ 2024-04-15 66/week @ 2024-04-22 45/week @ 2024-04-29 59/week @ 2024-05-06 56/week @ 2024-05-13 55/week @ 2024-05-20 49/week @ 2024-05-27 61/week @ 2024-06-03 34/week @ 2024-06-10 66/week @ 2024-06-17 43/week @ 2024-06-24

212 downloads per month

Apache-2.0/MIT

8KB

mobile-entry-point

docs.rs badge CI Status

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