Expand description
Pay attention to this module’s:
Modules§
- ext_mod
- Use pymodule_export instead of this ext_mod and pytauri_plugins directly. See also: tauri
- pytauri_
plugins - Use pymodule_export instead of this ext_mod and pytauri_plugins directly. See also: tauri-apps/plugins-workspace
- standalone
standalone
- Used for embedding Python in a standalone pytauri application.
Structs§
- Builder
- See also: tauri::Builder
- Builder
Args - See also: tauri::Builder. And please refer to the Python-side documentation.
Functions§
- pymodule_
export - Exports the ext_mod and pytauri_plugins module to the
parent_module
.