Crate tauri_macros[][src]

Macros

generate_context

Reads a Tauri config file and generates a ::tauri::Context based on the content.

generate_handler

Attribute Macros

command

Mark a function as a command handler. It creates a wrapper function with the necessary glue code.