Registry / other / accelerate-src

accelerate-src

JSON →
library0.3.2rscratesunverified

Provides a source of BLAS and LAPACK via the Accelerate framework on macOS.

# Cargo.toml [dependencies] accelerate-src = "0.3.2"
INSTALL
IMPORT
SIG · ACCELERATE-SRC
A
accelerate-src
otherrustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Accelerate
use accelerate_src::Accelerate;

Initializes the Accelerate BLAS/LAPACK source.

use accelerate_src::Accelerate; fn main() { let acc = Accelerate::new(); println!("Accelerate source initialized"); }
Debug
Known issues
gotchaOnly works on macOS with the Accelerate framework installed.
fix
Ensure you are building on macOS and have Xcode command line tools installed.
affects: >=0.1.0
Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
accelerate-src — cargo add accelerate-src · libregistry