mobile-entry-point

Crates.iomobile-entry-point
lib.rsmobile-entry-point
version0.1.1
sourcesrc
created_at2020-11-06 19:10:26.251205
updated_at2020-11-06 21:47:07.433704
descriptionGenerate app entry-point boilerplate for iOS & Android!
homepage
repositoryhttps://github.com/BrainiumLLC/mobile-entry-point
max_upload_size
id309312
size17,900
Rory Snively (rsnively)

documentation

https://docs.rs/mobile-entry-point

README

mobile-entry-point

crates.io badge 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!");
}
Commit count: 14

cargo fmt