Docs.rs
  • tauri-plugin-system-info-2.0.9
    • tauri-plugin-system-info 2.0.9
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • HuakunShen
    • Dependencies
      • serde ^1.0 normal
      • starship-battery ^0.8.2 normal
      • sysinfo ^0.30.5 normal
      • tauri ^2.0.1 normal
      • thiserror ^1.0 normal
      • uom ^0.35.0 normal
      • tauri-plugin ^2.0.1 build
    • Versions
    • 5.92% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tauri_plugin_system_info2.0.9

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • model::aggregate::AllSystemInfo
  • model::aggregate::CpuInfo
  • model::aggregate::MemoryInfo
  • model::aggregate::StaticInfo
  • model::common::Battery
  • model::common::Component
  • model::common::Cpu
  • model::common::Disk
  • model::common::DiskUsage
  • model::common::MacAddr
  • model::common::Network
  • model::common::Process
  • utils::sysinfo::SysInfo
  • utils::sysinfo::SysInfoState

Enums

  • Error
  • model::common::BatteryState
  • model::common::DiskKind
  • model::common::ProcessStatus
  • model::common::Technology

Functions

  • commands::all_sys_info
  • commands::battery::batteries
  • commands::component::components
  • commands::cpu::cpu_count
  • commands::cpu::cpu_info
  • commands::cpu::cpus
  • commands::disk::disks
  • commands::memory::memory_info
  • commands::memory::total_memory
  • commands::memory::total_swap
  • commands::memory::used_memory
  • commands::memory::used_swap
  • commands::network::networks
  • commands::process::processes
  • commands::refresh::refresh_all
  • commands::refresh::refresh_cpu
  • commands::refresh::refresh_memory
  • commands::refresh::refresh_process
  • commands::refresh::refresh_processes
  • commands::static_info::hostname
  • commands::static_info::kernel_version
  • commands::static_info::name
  • commands::static_info::os_version
  • commands::static_info::static_info
  • init
  • utils::sysinfo::get_sys

Type Aliases

  • Result
  • model::common::Gid
  • model::common::Pid
  • model::common::Uid