raw-cpuid 10.2.0

A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.
Documentation

raw-cpuid

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 0 of them enabled by default.

cli

  • termimad
  • clap
  • serde_json
  • serialize

serialize

  • serde
  • serde_derive

termimad

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.

serde_derive

    This feature flag does not enable additional features.

clap

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.