[][src]Module heim::virt

Virtualization system detection.

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

At the moment not all declared virtualization systems are detected, therefore this crate should be used very carefully.

See the issues list for a not supported currently systems.

Enums

Virtualization

Virtualization systems (both VMs and containers)

Functions

detect

Returns future which tries to determine if the running program is running in some [Virtualization] system.