Cargo Features
LIBSCU has no features set by default.
[dependencies]
libscu = { version = "3.0.2", features = ["full", "bootmode", "const_arithmetic", "cpu", "dmi", "gpu", "graphics", "hostname", "init", "kernel", "locale", "mounts", "os", "packages", "pci_ids", "pci_ids_parser", "proc", "ram", "terminal", "users"] }
- full = battery, bootmode, cpu, device, disk, display, dmi, extract_version, gpu, graphics, hostname, init, kernel, locale, mounts, os, packages, pci_ids_parser, proc, ram, shell, terminal, time, users
- battery bootmode full?
- const_arithmetic
- cpu full?
-
Enables regex-lite
- device disk display dmi full?
- extract_version gpu full?
-
Enables regex-lite
- graphics full? = proc
- hostname full?
- init full? = proc
- kernel full?
- locale full?
-
Affects
ffi::setlocale
,libc::LC_ALL
,libc::setlocale
… - mounts full?
-
Affects
ffi::statfs
,libc::statfs
,ffi::statfs
,libc::statfs
,libc::StatFS
… - os full?
- packages full?
-
Enables regex-lite and sqlite ^0.36.1
- pci_ids
- pci_ids_parser full?
-
Affects
util::pci_ids_parser
… - proc full? graphics? init? shell? terminal?
- ram full?
- shell terminal full? = proc
- time users full?