[dependencies]
[dev-dependencies]
[features]
_avx_test = []
default = []
[lib]
name = "safe_unaligned_simd"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["hardware-support", "api-bindings", "no-std"]
description = "Safe SIMD wrappers for unaligned load and store operations."
edition = "2024"
exclude = [".github", ""]
homepage = "https://github.com/okaneco/safe_unaligned_simd"
keywords = ["simd", "vector", "unaligned", "load", "store"]
license = "MIT OR Apache-2.0"
name = "safe_unaligned_simd"
readme = "README.md"
repository = "https://github.com/okaneco/safe_unaligned_simd"
rust-version = "1.87"
version = "0.1.1"
[package.metadata.docs.rs]
features = [""]
no-default-features = true
targets = ["x86_64-unknown-linux-gnu"]