Crate os_info

Source
Expand description

os_info

Provides interfaces for getting information about the current operating system, such as type, version, edition and bitness.

Structs§

Info
Holds information about operating system (type, version, etc.).

Enums§

Bitness
Operating system architecture in terms of how many bits compose the basic values it can deal with.
Type
A list of supported operating system types.
Version
Operating system version.

Functions§

get
Returns information about the current operating system (type, version, edition, etc.).