Module tauri::api[][src]

Expand description

The Tauri API interface.

Re-exports

pub use clap;

Modules

The Assets module allows you to read files that have been bundled by tauri Assets handled by Tauri during compile time and runtime.

The CLI args interface.

The Tauri config definition.

A module for working with processes.

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

The File API module contains helpers to perform file operations.

Tauri HTML processing.

The HTTP request API.

The desktop notifications API module.

The file system path operations API.

Platform helpers

The Command API module allows you to manage child processes.

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

The shell api.

The semver API.

Structs

App package information.

Enums

The error types.

The error types.

Type Definitions

Result type alias using the crate’s error type.

Tauri API result type.