Module tauri::api[][src]

Expand description

The Tauri API interface.

Re-exports

pub use clap;

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.

cli

The CLI args interface.

config

The Tauri config definition.

dialog

A module for working with processes.

dir

The Dir module is a helper for file system directory management.

file

The File API module contains helpers to perform file operations.

html

Tauri HTML processing.

http

The HTTP request API.

notification

The desktop notifications API module.

path

The file system path operations API.

platform

Platform helpers

process

The Command API module allows you to manage child processes.

rpc

The RPC module includes utilities to send messages to the JS layer of the webview.

shell

The shell api.

version

The semver API.

Structs

PackageInfo

App package information.

Enums

Error

The error types.

Error

The error types.

Type Definitions

Result

Result type alias using the crate’s error type.

Result

Tauri API result type.