#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

#547 in Operating systems

Download history 49/week @ 2024-01-22 38/week @ 2024-01-29 40/week @ 2024-02-05 56/week @ 2024-02-12 127/week @ 2024-02-19 112/week @ 2024-02-26 79/week @ 2024-03-04 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

241 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