2个不稳定版本

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

1#cpu-info

Download history • Rust 包仓库 249/week @ 2024-07-08 • Rust 包仓库 9/week @ 2024-07-15 • Rust 包仓库 36/week @ 2024-07-22 • Rust 包仓库 9/week @ 2024-07-29 • Rust 包仓库

每月303次下载

MIT许可协议

7MB
71K SLoC

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

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());

依赖项