Crate tauri_helper_macros

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.

Attribute Macros§

auto_collect_command
Marks a Tauri command and registers it for automatic collection