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::command to a struct
  • Simple macro to include given use only in host
  • Simple macro to include given use only in wasm