cpuid-bool 0.2.0

A lightweight and efficient no-std compatible alternative to the is_x86_feature_detected macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cpuid-bool"
version = "0.2.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "A lightweight and efficient no-std compatible alternative to the is_x86_feature_detected macro"
documentation = "https://docs.rs/cpuid-bool"
repository = "https://github.com/RustCrypto/utils"
keywords = ["cpuid", "target-feature"]
categories = ["no-std"]
edition = "2018"