2个不稳定版本

0.5.0 2024年7月9日
0.4.0 2024年7月9日

1#cpu-info

Download history 249/week @ 2024-07-08 9/week @ 2024-07-15 36/week @ 2024-07-22 9/week @ 2024-07-29

每月303次下载

MIT许可协议

7MB
71K SLoC

C++ 51K SLoC C 18K SLoC // 0.2% comments Rust 1.5K SLoC // 0.0% comments Python 604 SLoC // 0.0% comments Bazel 454 SLoC // 0.0% comments Shell 425 SLoC // 0.1% comments

cpuinfo-rs 标题

Actions Status Latest version Documentation MSRV Contributor Covenant

Banner

围绕 cpuinfo 的轻量级且略带主观性的包装。

用法

将此添加到您的 Cargo.toml

[dependencies]
cpuinfo-rs = "0.5.0"
use cpuinfo_rs::CpuInfo;

let info = CpuInfo::new();
dbg!(info.processors());

依赖项