Have you ever thought to yourself "wow, I have these (CPUID|MIDR|marchid) values and have no idea what they mean"?

Now there's a Rust library to solve your weirdly specific problem!

Introducing #libcpuname, a Rust crate with no dependencies that can translate between those values and the name of the referred-to vendor, chip, and core!

Currently supports x86, ARM, and RISC-V lookups.

Add it to your project now: https://crates.io/crates/libcpuname

(first crate please be nice)

#Rust #hardware#CPU