core_detect 0.1.0

A `no_std` version of the `std::is_x86_feature_detected!` macro.
Documentation
[dependencies]
[dev-dependencies.cupid]
version = "0.6"

[features]
assume_has_cpuid = []
default = ["assume_has_cpuid"]
unstable_has_cpuid = []

[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
categories = ["hardware-support", "no_std"]
description = "A `no_std` version of the `std::is_x86_feature_detected!` macro."
documentation = "https://docs.rs/core_detect"
edition = "2018"
homepage = "https://github.com/thomcc/core_detect"
keywords = ["feature", "detection", "x86", "arch", "cpuid"]
license = "MIT/Apache-2.0"
name = "core_detect"
readme = "README.md"
repository = "https://github.com/thomcc/core_detect"
version = "0.1.0"