Module tauri_wasm::plugin::os

source ·
Expand description

§OS bindings

Provides operating system-related utility methods and properties.

Enums§

Functions§

  • Returns the operating system CPU architecture for which the tauri app was compiled.
  • Returns the operating system eol.
  • Returns the binary extension.
  • Returns the operating system Family.
  • Returns the operating system Hostname.
  • Returns OsKind::Linux on Linux, [OsKind::Darwin] on macOS, and [OsKind::WindowsNT] on Windows.
  • Returns the operating system Local.
  • Returns a string identifying the operating system platform. The value is set at compile time.
  • Returns a string identifying the kernel version.