Expand description
This applies the macros at build-time in order to rig some special features needed by cargo
.
Structs§
- AppManifest
- Tauri application permission manifest.
- Attributes
- The attributes used on the build.
- Codegen
Context codegen
- A builder for generating a Tauri application context during compile time.
- Inlined
Plugin - Definition of a plugin that is part of the Tauri application instead of having its own crate.
- Windows
Attributes - Attributes used on Windows.
Enums§
- Default
Permission Rule - Variants of a generated default permission that can be used on an
InlinedPlugin
.
Functions§
- build
- Run all build time helpers for your Tauri Application.
- is_dev
- try_
build - Same as
build()
, but takes an extra configuration argument, and does not panic.
Type Aliases§
- Result
Result<T, Error>