# oneAPI oneDNN Rust -sys bindings
[](https://github.com/boydjohnson/onednnl-sys/actions/workflows/ci-intel.yml)
high-level bindings at [onednnl-rs](https://github.com/boydjohnson/onednnl-rs)
## build
```bash
source /opt/intel/oneapi/setvars.sh
cargo build
cargo build --all-features
```
## test
```bash
source /opt/intel/oneapi/setvars.sh
cargo test
cargo test --all-features
```
## docs
```bash
source /opt/intel/oneapi/setvars.sh
cargo doc
cargo doc --all-features
```