[][src]Crate heim_memory

Crate with futures and streams to determine the memory and swap information available in the current system.

This crate is a part of heim project, consider using it instead.

Modules

os

OS-specific extensions.

Structs

Information

Information measurement unit.

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.