[][src]Crate tauri_api

The Tauri API interface.

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
Error

The error types.

Type Definitions

Result

Result<T, Error>