Crate tauri_codegen
source · [−]Modules
Structs
The tauri.conf.json is a file generated by the
tauri init command that lives in
your Tauri application source directory (src-tauri).
Necessary data needed by context_codegen to generate code for a Tauri application context.
Enums
Represents all the errors that can happen while reading the config during codegen.
Represents all the errors that can happen while reading the config.
Functions
Build a tauri::Context for including in application code.
Get the Config from the TAURI_CONFIG environmental variable, or read from the passed path.