[go: up one dir, main page]

cpufeatures 0.1.1

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
12
13
14
15
16
[package]
authors = ["RustCrypto Developers"]
categories = ["no-std"]
description = "Lightweight and efficient no-std compatible alternative to the\nis_x86_feature_detected! macro\n"
documentation = "https://docs.rs/cpufeatures"
edition = "2018"
keywords = ["cpuid", "target-feature"]
license = "MIT OR Apache-2.0"
name = "cpufeatures"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
version = "0.1.1"
[target.aarch64-apple-darwin.dependencies.libc]
version = "0.2"
[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
version = "0.2"