safe_arch 0.5.2

Crate that exposes `core::arch` safely via `#[cfg()]`.
Documentation
[dependencies.bytemuck]
optional = true
version = "1.2"

[features]
default = []

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