cupid 0.6.1

Native access to the x86 and x86_64 CPUID instruction
Documentation
1
2
3
4
5
6
7
#![cfg_attr(test, allow(dead_code))]

extern crate cupid;

fn main() {
    println!("{:#?}", cupid::master());
}