Macro tauri_macros::generate_context
source · generate_context!() { /* proc-macro */ }
Expand description
Reads a Tauri config file and generates a ::tauri::Context
based on the content.
§Stability
The output of this macro is managed internally by Tauri, and should not be accessed directly on normal applications. It may have breaking changes in the future.