Skip to main content

Crate cpuidrs

Crate cpuidrs 

Source
Expand description

Unified cross-platform CPU feature detection library.

This crate provides a unified API for querying CPU features across x86/x86_64, ARM, and RISC-V architectures.

Modules§

x86
x86/x86_64 architecture support module.

Enums§

CpuInfo
Enum representing CPU information for the current architecture.
InstructionSet
Enum representing supported CPU instruction sets and features across architectures.

Functions§

get_cpu_info
Gathers CPU information for the current architecture.