Skip to main content
Menu
关于
文档
Release notes
社区
合作伙伴
案例
Discord
Beta
简体中文
English
简体中文
English
关于
文档
Release notes
社区
合作伙伴
案例
Discord
Beta
Menu
Getting started
介绍
为 Linux 设置
为 macOS 设置
Setup for Windows
Usage
使用介绍
Development
与 Tauri 集成
开发周期
调试
应用发布
更新软件包
Patterns
A word on patterns
Hermit
桥接
Cloudish
云桥
Lockdown
Multiwin
GLUI
Guides
Migrating from 0.x
Bundler
Introduction
Anti Bloat
Sidecar
Debian packages
OSX Code-signing with GitHub Actions
Make your own CLI
Create Rust Commands
Events
Write Tauri Plugins
Updater
Visual
Icons
Splashscreen
Window Customization
Window Menu
System Tray
WebDriver Testing
Introduction
Example Application
Setup Example
WebdriverIO
Selenium
Continuous Integration
CI/CD
Workflow
Cross-Platform Compilation
Contributor Guide
API
Configuration
CLI
Rust
tauri
Table of contents
api
dialog
fn.ask
fn.message
dir
fn.is_dir
fn.read_dir
fn.with_temp_dir
struct.DiskEntry
file
enum.ArchiveFormat
enum.Compression
fn.read_binary
fn.read_string
struct.Extract
struct.Move
http
enum.Body
enum.FormPart
enum.ResponseType
struct.Client
struct.ClientBuilder
struct.FormBody
struct.HttpRequestBuilder
struct.RawResponse
struct.Response
struct.ResponseData
path
enum.BaseDirectory
fn.app_dir
fn.audio_dir
fn.cache_dir
fn.config_dir
fn.data_dir
fn.desktop_dir
fn.document_dir
fn.download_dir
fn.executable_dir
fn.font_dir
fn.home_dir
fn.local_data_dir
fn.picture_dir
fn.public_dir
fn.resolve_path
fn.resource_dir
fn.runtime_dir
fn.template_dir
fn.video_dir
process
fn.current_binary
fn.restart
rpc
fn.format_callback
fn.format_callback_result
version
fn.compare
fn.is_compatible
fn.is_greater
fn.is_major
fn.is_minor
fn.is_patch
enum.Error
type.Result
async_runtime
fn.block_on
fn.channel
fn.handle
fn.spawn
struct.Handle
struct.JoinHandle
struct.Mutex
struct.Receiver
struct.RwLock
struct.Sender
struct.TokioJoinHandle
trait.RuntimeHandle
command
struct.CommandItem
trait.CommandArg
http
header
enum.Entry
struct.Drain
struct.GetAll
struct.HeaderMap
struct.HeaderName
struct.HeaderValue
struct.IntoIter
struct.InvalidHeaderName
struct.InvalidHeaderValue
struct.Iter
struct.IterMut
struct.Keys
struct.OccupiedEntry
struct.ToStrError
struct.VacantEntry
struct.ValueDrain
struct.ValueIter
struct.ValueIterMut
struct.Values
struct.ValuesMut
trait.AsHeaderName
trait.IntoHeaderName
constant.ACCEPT
constant.ACCEPT_CHARSET
constant.ACCEPT_ENCODING
constant.ACCEPT_LANGUAGE
constant.ACCEPT_RANGES
constant.ACCESS_CONTROL_ALLOW_CREDENTIALS
constant.ACCESS_CONTROL_ALLOW_HEADERS
constant.ACCESS_CONTROL_ALLOW_METHODS
constant.ACCESS_CONTROL_ALLOW_ORIGIN
constant.ACCESS_CONTROL_EXPOSE_HEADERS
constant.ACCESS_CONTROL_MAX_AGE
constant.ACCESS_CONTROL_REQUEST_HEADERS
constant.ACCESS_CONTROL_REQUEST_METHOD
constant.AGE
constant.ALLOW
constant.ALT_SVC
constant.AUTHORIZATION
constant.CACHE_CONTROL
constant.CONNECTION
constant.CONTENT_DISPOSITION
constant.CONTENT_ENCODING
constant.CONTENT_LANGUAGE
constant.CONTENT_LENGTH
constant.CONTENT_LOCATION
constant.CONTENT_RANGE
constant.CONTENT_SECURITY_POLICY
constant.CONTENT_SECURITY_POLICY_REPORT_ONLY
constant.CONTENT_TYPE
constant.COOKIE
constant.DATE
constant.DNT
constant.ETAG
constant.EXPECT
constant.EXPIRES
constant.FORWARDED
constant.FROM
constant.HOST
constant.IF_MATCH
constant.IF_MODIFIED_SINCE
constant.IF_NONE_MATCH
constant.IF_RANGE
constant.IF_UNMODIFIED_SINCE
constant.LAST_MODIFIED
constant.LINK
constant.LOCATION
constant.MAX_FORWARDS
constant.ORIGIN
constant.PRAGMA
constant.PROXY_AUTHENTICATE
constant.PROXY_AUTHORIZATION
constant.PUBLIC_KEY_PINS
constant.PUBLIC_KEY_PINS_REPORT_ONLY
constant.RANGE
constant.REFERER
constant.REFERRER_POLICY
constant.REFRESH
constant.RETRY_AFTER
constant.SEC_WEBSOCKET_ACCEPT
constant.SEC_WEBSOCKET_EXTENSIONS
constant.SEC_WEBSOCKET_KEY
constant.SEC_WEBSOCKET_PROTOCOL
constant.SEC_WEBSOCKET_VERSION
constant.SERVER
constant.SET_COOKIE
constant.STRICT_TRANSPORT_SECURITY
constant.TE
constant.TRAILER
constant.TRANSFER_ENCODING
constant.UPGRADE
constant.UPGRADE_INSECURE_REQUESTS
constant.USER_AGENT
constant.VARY
constant.VIA
constant.WARNING
constant.WWW_AUTHENTICATE
constant.X_CONTENT_TYPE_OPTIONS
constant.X_DNS_PREFETCH_CONTROL
constant.X_FRAME_OPTIONS
constant.X_XSS_PROTECTION
method
struct.InvalidMethod
struct.Method
status
struct.InvalidStatusCode
struct.StatusCode
version
struct.Version
enum.MimeType
struct.HttpRange
struct.InvalidUri
struct.Request
struct.RequestParts
struct.Response
struct.ResponseBuilder
struct.ResponseParts
struct.Uri
plugin
trait.Plugin
type.Result
settings
fn.read_settings
struct.Settings
window
struct.MenuEvent
struct.MenuHandle
struct.Monitor
struct.Window
enum.Error
enum.Event
enum.Icon
enum.InvokeResponse
enum.MenuItem
enum.Position
enum.Size
enum.UserAttentionType
enum.WindowEvent
enum.WindowUrl
struct.App
struct.AppHandle
struct.Builder
struct.CloseRequestApi
struct.Config
struct.Context
struct.CustomMenuItem
struct.GlobalWindowEvent
struct.Invoke
struct.InvokeError
struct.InvokeMessage
struct.InvokeResolver
struct.LogicalPosition
struct.LogicalSize
struct.Menu
struct.MenuEvent
struct.PackageInfo
struct.PageLoadPayload
struct.PathResolver
struct.PhysicalPosition
struct.PhysicalSize
struct.RunIteration
struct.State
struct.StateManager
struct.Submenu
struct.WebviewAttributes
struct.WindowMenuEvent
struct.Wry
trait.Assets
trait.ClipboardManager
trait.GlobalShortcutManager
trait.Manager
trait.Pixel
trait.Runtime
trait.WindowBuilder
type.InvokeHandler
type.OnPageLoad
type.Result
type.SetupHook
type.SyncTask
macro.generate_context
macro.generate_handler
macro.tauri_build_context
attr.command
JavaScript
Table of contents
Modules
app
cli
clipboard
dialog
event
fs
globalShortcut
helpers/event
helpers/os-check
helpers/tauri
http
index
notification
os
path
process
shell
tauri
updater
window
Enumerations
BaseDirectory
ResponseType
UserAttentionType
Classes
Body
Client
Response
Child
Command
LogicalPosition
LogicalSize
PhysicalPosition
PhysicalSize
WebviewWindow
WebviewWindowHandle
WindowManager
Interfaces
ArgMatch
CliMatches
SubcommandMatch
DialogFilter
OpenDialogOptions
SaveDialogOptions
Event
FileEntry
FsBinaryFileOption
FsDirOptions
FsOptions
FsTextFileOption
TauriCommand
ClientOptions
HttpOptions
Options
ChildProcess
SpawnOptions
InvokeArgs
UpdateManifest
UpdateResult
UpdateStatusResult
Monitor
WindowOptions
Cross-Platform Compilation
How to use GH Action for Building: a glance at Tauri Action.
Edit this page
Previous
« Workflow
Next
Contributor Guide »