Crate sysinfo_rs
source ·Expand description
A library for retrieving system information.
This crate provides functionality to gather hardware and software information about the machine it’s running on. It includes details such as CPU, disk, network interfaces, operating system, and more.
Re-exports§
pub use system_info::get_machine_info;
pub use system_info::MachineInfo;
Modules§
- This module provides functionality to gather system information.