Crate tauri_build

Source
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.
CodegenContextcodegen
A builder for generating a Tauri application context during compile time.
InlinedPlugin
Definition of a plugin that is part of the Tauri application instead of having its own crate.
WindowsAttributes
Attributes used on Windows.

Enums§

DefaultPermissionRule
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>