Crates.io | COXave |
lib.rs | COXave |
version | |
source | src |
created_at | 2024-12-21 23:04:40.256248 |
updated_at | 2025-02-02 11:46:05.843004 |
description | Instruments for codings |
homepage | |
repository | https://github.com/xavetar/COXave |
max_upload_size | |
id | 1491534 |
Cargo.toml error: | TOML parse error at line 32, column 1 | 32 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The library is hosted on crates.io.
CLI:
cargo add COXave
Cargo.toml:
[dependencies]
COXave = { version = "*" }
Add feature to Cargo.toml to use universal functors (without SIMD-accelerated):
[dependencies]
COXave = { version = "*", features = ["universal"] }
export RUSTFLAGS="-C target-feature=+neon,+v7"
export RUSTFLAGS="-C target-feature=+neon"
export RUSTFLAGS="-C target-feature=+sse,+sse2"
export RUSTFLAGS="-C target-feature=+sse,+sse2,+ssse3"
export RUSTFLAGS="-C target-feature=+avx,+avx2"
export RUSTFLAGS="-C target-feature=+avx512f,+avx512bw"
Before using unstable features you need to run this:
rustup default nightly || rustup toolchain install nightly
maturin build -m api/Cargo.toml --release --features python && pip install --force-reinstall target/wheels/COXave-*.whl
COXave is primarily distributed under the terms of three the Anti-Virus license and MIT license and the Apache License (Version 2.0)
See LICENSE-ANTI-VIRUS and LICENSE-APACHE and LICENSE-MIT for details.