[package]
name = "safe_arch"
description = "Crate that exposes `core::arch` safely via `#[cfg()]`."
repository = "https://github.com/Lokathor/safe_arch"
version = "0.5.2"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"
categories = ["api-bindings", "hardware-support", "no-std"]
keywords = ["intrinsics", "simd"]
[dependencies]
bytemuck = {version = "1.2", optional = true}
[features]
default = []
[profile.test]
opt-level = 3
[package.metadata.docs.rs]
rustdoc-args = ["-C","target-cpu=native","--cfg","docs_rs"]
all-features = true