Cargo Features
LIBSCU has no features set by default.
[dependencies]
libscu = { version = "2.2.0", features = ["full", "battery", "bootmode", "cpu", "device", "display", "drives", "extract_version", "gpu", "graphics", "hostname", "init", "kernel", "os", "packages", "pci_ids", "proc", "ram", "shell", "terminal", "time", "users"] }
- full = battery, bootmode, cpu, device, display, drives, extract_version, gpu, graphics, hostname, init, kernel, os, packages, pci_ids, proc, ram, shell, terminal, time, users
- battery full?
-
Affects
hardware::battery
… - bootmode full?
-
Affects
hardware::bootmode
… - cpu full?
-
Enables regex-lite
Affects
hardware::cpu
… - device full?
-
Affects
hardware::device
… - display full?
-
Affects
hardware::display
… - drives full?
-
Affects
hardware::drives
… - extract_version full?
-
Enables regex-lite
- gpu full?
-
Enables regex-lite
Affects
hardware::gpu
… - graphics full? = proc
-
Affects
software::graphics
… - hostname full?
-
Affects
software::hostname
… - init full? = proc
-
Affects
software::init
… - kernel full?
-
Affects
software::kernel
… - os full?
-
Affects
software::os
… - packages full?
-
Affects
software::packages
… - pci_ids full?
- proc full? graphics? init? shell? terminal?
-
Affects
software::proc
… - ram full?
-
Enables regex-lite
Affects
hardware::ram
… - shell full? = proc
-
Affects
software::shell
… - terminal full? = proc
-
Affects
software::terminal
… - time full?
-
Affects
software::time
… - users full?
-
Affects
software::users
…