[package]
edition = "2024"
name = "vforce"
version = "1.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe no_std Rust bindings for the VForce family of hardware-accelerated vectorized math functions in the Accelerate framework on MacOS."
readme = "README.md"
keywords = [
"accelerate",
"simd",
"vforce",
"math",
"macos",
]
categories = [
"mathematics",
"os::macos-apis",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/nrposner/vforce"
[lib]
name = "vforce"
path = "src/lib.rs"