cargo-ohos-app 0.1.81

Cargo subcommand for packaging Rust GUI apps as OHOS applications
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(error) = ohos_app::main_entry() {
        eprintln!("{error}");
        std::process::exit(1);
    }
}