Crate ri_utils

Source
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 the config::Config struct is generated at compile time.
  • Tauri HTML processing.
  • Platform helpers

Structs§

Enums§

Type Aliases§

  • Result type alias using the crate’s error type.