Crate tauri_helper

Source

Macros§

array_collect_commands
Generates an array of command names
specta_collect_commands
Generates the Specta collect_commands![] macro invocation with a list of all collected commands.
tauri_collect_commands
Generates the Tauri generate_handler![] macro invocation with a list of all collected commands.

Structs§

TauriHelperOptions
Configuration options for the tauri_helper crate.

Functions§

generate_command_file
Scans the crate for functions annotated with #[tauri::command] and optionally #[auto_collect_command], then generates a file containing a list of these functions in the tauri_commands_list folder.

Attribute Macros§

auto_collect_command
Marks a Tauri command and registers it for automatic collection