libscu 3.0.2

crate for fetching software/hardware info on Unix-like OSs
Documentation
<div align="center">

# LIBSCU
[Rust](https://www.rust-lang.org) crate for fetching hardware/software information on Unix-like OSs

[![Crates.io](https://img.shields.io/crates/v/libscu)](https://crates.io/crates/libscu)
[![Docs.rs](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/libscu)

# Features support status

| Feature  | Description            | Android | Linux | MacOS |
| -------- | ---------------------- | ------- | ----- | ----- |
| battery  | Battery state          ||||
| bootmode | UEFI or BIOS           ||||
| cpu      | CPU information        ||||
| device   | Device name            ||||
| display  | Display brightness     ||||
| drives   | Disks installed        ||||
| dmi      | SMBIOS properties      ||||
| gpu      | GPU's information      ||||
| graphics | WM/DE information      ||||
| hostname | Host name (in OS)      ||||
| init     | Init system            ||||
| kernel   | Kernel version         ||||
| os       | OS name                ||||
| packages | Package managers       ||||
| mounts   | Info about mountpoints ||| partially    |
| proc     | Processes              ||||
| ram      | RAM and SWAP           ||||
| shell    | Shell                  ||||
| terminal | Terminal               ||||
| time     | System uptime          ||||
| users    | Users                  ||||

</div>