rcpufetch 0.0.5

[ALPHA] A rusty crossplatform, but simple CLI binutil for reading CPU information.
1
2
3
4
// Kept as `linux::linux::LinuxCpuInfo` (matching the macos/windows sibling modules)
// rather than flattening, so all three OS modules follow the same `os/os.rs` shape.
#[allow(clippy::module_inception)]
pub mod linux;