Modules§
Structs§
- Config
- The tauri.conf.json mapper.
- Context
Data - Necessary data needed by
context_codegen
to generate code for a Tauri application context.
Enums§
- Config
Error - 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 theTAURI_CONFIG
environmental variable, or read from the passed path.