Skip to main content

Crate retch_sysinfo

Crate retch_sysinfo 

Source
Expand description

§retch-sysinfo

System information gathering library for retch.

Provides cross-platform hardware and OS detection, GPU identification, battery status, and environment probing. Extracted from the retch-cli binary to allow reuse as a standalone library.

§Modules

  • battery — Cross-platform battery status detection.
  • gpu — GPU detection and PCI ID lookup.
  • fetch — Full system information gathering (SystemInfo, CollectOptions).

Re-exports§

pub use fetch::CollectOptions;
pub use fetch::SystemInfo;

Modules§

battery
fetch
System information gathering.
gpu
GPU detection and identification.