Expand description
Tauri 2.x plugin builder
Constants§
- PLUGIN_
NAME - The plugin identifier used for Tauri 2 ACL resolution and IPC routing.
Functions§
- builder
- Create a
BootBuilderfor configuring an async boot phase before the app renders. - init
- Create a Tauri 2.x plugin that exposes AllFrame handlers via IPC.
- init_
with_ state - Create a Tauri 2.x plugin with shared state for dependency injection.