Expand description
Tauri utility helpers
Modules§
- The Assets module allows you to read files that have been bundled by tauri Assets handled by Tauri during compile time and runtime.
- Tauri config definition. The Tauri configuration used at runtime. It is pulled from a
tauri.conf.json
file and theconfig::Config
struct is generated at compile time. - Tauri HTML processing.
- Platform helpers
Structs§
App
package information.
Enums§
- The error types.
Type Aliases§
- Result type alias using the crate’s error type.