[][src]Crate heim

heim is fast and eventually full-featured async framework for Rust programming language intended to provide any possible information about the system it is running.

At a high level, it provides information about:

  • CPU
  • Disks
  • Host
  • Memory
  • Networks (TBD)
  • Processes (TBD)
  • Virtualization
  • Windows services (TBD)

Platform support

At the moment heim is in MVP phase, which means that only the big triple (Linux, MacOS and Windows) are partially supported. You may want to check out GitHub projects for more information about cross-platform support.

In addition, it would be better to double check if returned information is reliable. You know, just in case.

Modules

cpu

CPU information

disk

Disk information

host

Host information

memory

Memory information

Enums

Error

Error which might happen while calling heim API.

Type Definitions

Result