Crate tauri_codegen[][src]

Modules

embedded_assets

Structs

Config

The tauri.conf.json mapper.

ContextData

Necessary data needed by context_codegen to generate code for a Tauri application context.

Enums

ConfigError

Represents all the errors that can happen while reading the config.

Functions

context_codegen

Build a tauri::Context for including in application code.

get_config

Get the Config from the TAURI_CONFIG environmental variable, or read from the passed path.