Expand description
The Tauri alpha API interface. Deprecated after the Tauri beta release, it’s now part of the tauri
crate.
Modules§
- The Command API module allows you to manage child processes.
- The Config module allows you to read the configuration from
tauri.conf.json
. - The Dialog API module allows you to show messages and prompt for file paths.
- The Dir module is a helper for file system directory management.
- The File API module contains helpers to perform file operations.
- The HTTP request API.
- The file system path operations API.
- The RPC module includes utilities to send messages to the JS layer of the webview.
- TCP ports access API.
- The semver API.
Enums§
- The error types.
Type Aliases§
- Alias for a Result with error type anyhow::Error.
Result<T, Error>