Expand description
Structs§
- Tauri application permission manifest.
- The attributes used on the build.
- Codegen
Context codegen
A builder for generating a Tauri application context during compile time. - Definition of a plugin that is part of the Tauri application instead of having its own crate.
- Attributes used on Windows.
Enums§
- Variants of a generated default permission that can be used on an
InlinedPlugin
.
Functions§
- Run all build time helpers for your Tauri Application.
- Non-panicking
build()
.
Type Aliases§
Result<T, Error>