Expand description
extern crate cupid;
fn main() {
let information = cupid::master();
println!("{:#?}", information);
if let Some(information) = information {
if information.sse4_2() {
println!("SSE 4.2 Available");
}
}
}Structs§
- Information about the currently running processor
Enums§
Functions§
- The main entrypoint to the CPU information