Registry / other / blis-src

blis-src

JSON →
library0.2.2rscratesunverified

Provides native linking to the BLIS linear algebra library for Rust.

# Cargo.toml [dependencies] blis-src = "0.2.2"
INSTALL
IMPORT
SIG · BLIS-SRC
B
blis-src
otherrustv0.2.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.

BLIS
use blis_src::BLIS;

Link BLIS library into your Rust project.

use blis_src::BLIS; fn main() { // BLIS is linked automatically; no explicit initialization needed. println!("BLIS linked"); }
Debug
Known issues
gotchaRequires BLIS library installed or built from source.
fix
Install BLIS via system package manager or use the 'static' feature.
affects: >=0.2.0
Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
2
OpenAI (training)
1
Resources
blis-src — cargo add blis-src · libregistry