#mobile #android #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

#632 in Operating systems

Download history 48/week @ 2024-07-22 39/week @ 2024-07-29 37/week @ 2024-08-05 60/week @ 2024-08-12 44/week @ 2024-08-19 41/week @ 2024-08-26 27/week @ 2024-09-02 35/week @ 2024-09-09 25/week @ 2024-09-16 53/week @ 2024-09-23 24/week @ 2024-09-30 18/week @ 2024-10-07 16/week @ 2024-10-14 23/week @ 2024-10-21 29/week @ 2024-10-28 37/week @ 2024-11-04

107 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
~36K SLoC