Crate tauri_interop_macro
source ·Expand description
The macros use by tauri_interop to generate dynamic code depending on the target
Macros
- Collects all commands annotated with command and provides these with a
get_handlers()in the current namespace
Attribute Macros
- Generates the wasm counterpart to a defined
tauri::command - Conditionally adds binding or
tauri::commandto a struct - Simple macro to include given
useonly in host - Simple macro to include given
useonly in wasm