Crate tauri_utils[][src]

Expand description

Tauri utility helpers

Modules

assets

The Assets module allows you to read files that have been bundled by tauri Assets handled by Tauri during compile time and runtime.

config

Tauri config definition. The Tauri configuration used at runtime. It is pulled from a tauri.conf.json file and the config::Config struct is generated at compile time.

html

Tauri HTML processing.

platform

Platform helpers

Structs

PackageInfo

App package information.

Enums

Error

The error types.

Type Definitions

Result

Result type alias using the crate’s error type.