This crate requires a nightly (unstable, experimental) compiler version. To switch to it, you must have Rust installed via Rustup, and run:
rustup default nightly
Run rustup default stable to switch back.
rustup default stable
uv_patch_packed_simd
Run this command in a terminal, in your project's directory:
cargo add uv_patch_packed_simd
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
uv_patch_packed_simd = "0.3.5"
The uv_patch_packed_simd library will be automatically available globally. Read the uv_patch_packed_simd library documentation.
Back to the crate overview.