Cargo Features

Heim has no features set by default.

[dependencies]
heim = { version = "0.1.0-rc.1", features = ["full", "unstable", "backtrace", "host", "cpu", "memory", "disk", "net", "process", "virt", "sensors"] }
full = cpu, disk, host, memory, net, process, sensors, virt
unstable backtrace?
backtrace = unstable

Enables backtrace of heim-common

host full? = heim-host

Modules

cpu full? = heim-cpu
memory full? = heim-memory
disk full? = heim-disk
net full? = heim-net
process full? = heim-process
virt full? = heim-virt
sensors full? = heim-sensors

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

heim-cpu cpu?
heim-disk disk?
heim-host host?
heim-memory memory?
heim-net net?
heim-process process?
heim-virt virt?
heim-sensors sensors?