
[](https://deps.rs/repo/github/xavetar/COXave)
[](https://opensource.org/licenses/Apache-2.0)
[](https://opensource.org/licenses/MIT)
# COXave

<div style="display: flex; justify-content: center; gap: 20px;">
<a href="https://nowpayments.io/donation?api_key=NRH28QG-ABRM7CC-J7NVGXN-F8FTRS1&source=lk_donation&medium=referral" target="_blank">
<img src="https://nowpayments.io/images/embeds/donation-button-black.svg" alt="Crypto donation button by NOWPayments" style="height: 60px !important; width: 217px !important;">
</a>
</div>
## About
The library is hosted on [crates.io](https://crates.io/crates/COXave/).
## Add library
CLI:
```shell
cargo add COXave
```
Cargo.toml:
```toml
[dependencies]
COXave = { version = "*" }
```
## Usage with Python
```shell
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](LICENSE) and [LICENSE-APACHE](LICENSE) and [LICENSE-MIT](LICENSE) for details.