cargo-rahti-native 0.0.1

Optional Windows and Android packaging for Rahti applications: initialize, check prerequisites, run and package a Tauri shell around an existing Rahti app.
1
2
3
4
5
6
7
8
9
10
//! `cargo-rahti-native`'s tests.
//!
//! Split by the thing under test. `args` and `init` are here; `project`,
//! `icons` and `schema` are included from the modules they test, so they can
//! see those modules' private items — the arrangement the rest of the
//! workspace uses.

mod android;
mod args;
mod init;