Expand description
Procedural macros for the Tyzen ecosystem.
This crate provides the bridge between Rust types/functions and TypeScript code generation. It handles attribute parsing, type metadata collection, and code expansion for Tauri commands.
Attribute Macros§
- command
- Marks a function as a Tyzen command.
- event
- Marks a struct as a Tyzen Event.
- export
- Exports a constant value to TypeScript.
- tauri_
command - Marks a function as both a Tyzen command and a Tauri command.