Docs.rs
  • tauri-api-0.7.6
    • tauri-api 0.7.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • nothingismagick
    • tauri-bot
    • Dependencies
      • anyhow ^1.0.34 normal
      • attohttpc ^0.16.0 normal
      • clap ^3.0.0-beta.1 normal optional
      • dirs-next ^1.0.2 normal
      • either ^1.6.1 normal
      • flate2 ^1 normal
      • http ^0.2 normal
      • nfd ^0.0.4 normal
      • notify-rust ^4.0.0 normal optional
      • once_cell ^1.4.1 normal
      • rand ^0.7 normal
      • semver ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_repr ^0.1 normal
      • tar ^0.4 normal
      • tauri-dialog ^0.1.0 normal
      • tauri-utils ^0.5 normal
      • tempfile ^3 normal
      • thiserror ^1.0.22 normal
      • zip ^0.5.8 normal
      • quickcheck ^0.9.2 dev
      • quickcheck_macros ^0.9.1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tauri_api0.7.6

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • config::BuildConfig
  • config::BundleConfig
  • config::CliArg
  • config::CliConfig
  • config::Config
  • config::EmbeddedServerConfig
  • config::TauriConfig
  • config::WindowConfig
  • dir::DiskEntry
  • file::Extract
  • file::Move
  • http::HttpRequestBuilder
  • http::HttpRequestOptions
  • process::Process
  • process::System

Enums

  • Error
  • config::Port
  • dialog::DialogSelection
  • dialog::Response
  • file::ArchiveFormat
  • file::Compression
  • http::BodyType
  • http::ResponseType
  • path::BaseDirectory
  • process::Signal

Traits

  • process::ProcessExt
  • process::SystemExt

Functions

  • command::binary_command
  • command::command_path
  • command::get_output
  • command::spawn_relative_command
  • config::get
  • dialog::ask
  • dialog::message
  • dialog::pick_folder
  • dialog::save_file
  • dialog::select
  • dialog::select_multiple
  • dir::is_dir
  • dir::read_dir
  • dir::with_temp_dir
  • file::read_binary
  • file::read_string
  • http::make_request
  • path::app_dir
  • path::audio_dir
  • path::cache_dir
  • path::config_dir
  • path::data_dir
  • path::desktop_dir
  • path::document_dir
  • path::download_dir
  • path::executable_dir
  • path::font_dir
  • path::home_dir
  • path::local_data_dir
  • path::picture_dir
  • path::public_dir
  • path::resolve_path
  • path::resource_dir
  • path::runtime_dir
  • path::template_dir
  • path::video_dir
  • platform::resource_dir
  • platform::target_triple
  • process::get_parent_process
  • rpc::format_callback
  • rpc::format_callback_result
  • tcp::get_available_port
  • tcp::port_is_available
  • version::compare
  • version::is_compatible
  • version::is_major
  • version::is_minor
  • version::is_patch

Type Aliases

  • Result