[go: up one dir, main page]

cupid 0.2.1

Native access to the x86 and x86_64 CPUID instruction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cupid"
version = "0.2.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]

description = "Native access to the x86 and x86_64 CPUID instruction"
readme = "README.md"
keywords = ["assembly", "system", "x86", "x86_64", "cpuid"]

homepage = "https://github.com/shepmaster/cupid"
repository = "https://github.com/shepmaster/cupid"
documentation = "https://shepmaster.github.io/cupid/"

license = "MIT"

[dependencies]
cfg-if = "0.1"