Crate heim_memory

Source
Expand description

Memory and swap information.

This module is enabled with the memory feature flag (enabled by default).

Modules§

os
OS-specific extensions.

Structs§

Memory
Physical memory statistics.
Swap
Swap memory statistics.

Functions§

memory
Returns future which will resolve into Memory struct.
swap
Returns future which will resolve into Swap struct.