Documentation
[features]
alloc = []
detect = ["std"]
std = ["alloc"]
unstable = []

[package]
categories = ["no-std"]
description = "SIMD utilities"
edition = "2021"
keywords = ["simd"]
license = "MIT"
name = "vsimd"
readme = "README.md"
repository = "https://github.com/Nugine/simd"
resolver = "1"
rust-version = "1.63"
version = "0.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]