Skip to main content

Crate tauri_plugin_picoframe_hello

Crate tauri_plugin_picoframe_hello 

Source
Expand description

Example “hello” plugin (Rust half). Proves the full-stack picoframe plugin contract: a Tauri v2 plugin exposing one command that returns a CliResult.

Functions§

init
Build the plugin. Registered as "picoframe-hello" (the crate name minus the tauri-plugin- prefix), so the frontend invokes plugin:picoframe-hello|hello_greet.