This example shows how to build a simple Tauri app, and send messages between the front and back ends, with and without error handling.
To run the example, first install tauri-cli with cargo install tauri-cli --locked, then:
cargo tauri build
cargo run