raw-cpuid 11.0.1

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 9 feature flags, 0 of them enabled by default.

display

  • std
  • termimad
  • serde_json
  • serialize

serialize

  • serde
  • serde_derive

cli

  • display
  • clap

serde

  • dep:serde

serde_json

  • dep:serde_json

clap

  • dep:clap

termimad

  • dep:termimad

serde_derive

  • dep:serde_derive

std

    This feature flag does not enable additional features.