Expand description
Tauri utility helpers
Modules§
- assets
- The Assets module allows you to read files that have been bundled by tauri Assets handled by Tauri during compile time and runtime.
- config
- 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. - html
- Tauri HTML processing.
- platform
- Platform helpers
Structs§
- Package
Info App
package information.
Enums§
- Error
- The error types.
Type Aliases§
- Result
- Result type alias using the crate’s error type.