Crate tauri_plugin_os
source ·Enums§
- Operating system version.
Functions§
- Returns the current operating system architecture, see std::env::consts::ARCH.
- Returns the file extension, if any, used for executable binaries on this platform. Example value is
exe
, see std::env::consts::EXE_EXTENSION. - Returns the current operating system family, see std::env::consts::FAMILY.
- Returns the current operating system hostname.
- Returns the current operating system locale with the
BCP-47
language tag. If the locale couldn’t be obtained,None
is returned instead. - Returns a string describing the specific operating system in use, see std::env::consts::OS.
- Returns the current operating system type.
- Returns the current operating system version.