Skip to content

xavetar/COXave

Repository files navigation

Greenfield Deps License License

COXave

COXave Logo

About

The library is hosted on crates.io.

Add library

CLI:

cargo add COXave

Cargo.toml:

[dependencies]
COXave = { version = "*" }

Usage with Python

maturin build -m api/Cargo.toml --release --features python && pip install --force-reinstall target/wheels/COXave-*.whl

License

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.