#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

#544 in Operating systems

Download history 54/week @ 2023-12-14 52/week @ 2023-12-21 41/week @ 2023-12-28 40/week @ 2024-01-04 56/week @ 2024-01-11 57/week @ 2024-01-18 43/week @ 2024-01-25 38/week @ 2024-02-01 43/week @ 2024-02-08 73/week @ 2024-02-15 151/week @ 2024-02-22 83/week @ 2024-02-29 88/week @ 2024-03-07 62/week @ 2024-03-14 67/week @ 2024-03-21 56/week @ 2024-03-28

279 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
~33K SLoC