raw-cpuid 0.1.1

A library to parse the x86 cpuid instruction, written in rust with no external dependencies. In addition, this library can be used in no_std code and relies only on libcore.
1
2
3
4
5
6
# cpuid

[![Build Status](https://travis-ci.org/gz/rust-cpuid.svg)](https://travis-ci.org/gz/rust-cpuid)
[![Crates.io](https://img.shields.io/crates/v/raw_cpuid.svg)]()

A library to parse the x86 cpuid instruction, written in rust with no external dependencies. In addition, this library can be used in no_std code and relies only on libcore.