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 thetauri-plugin-prefix), so the frontend invokesplugin:picoframe-hello|hello_greet.