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