aocl-sparse-sys 0.1.0

Unsafe FFI bindings to AOCL-Sparse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Raw FFI bindings to AOCL-Sparse.
//!
//! For a safe, idiomatic API see [`aocl-sparse`](https://docs.rs/aocl-sparse).

#![allow(
    non_upper_case_globals,
    non_camel_case_types,
    non_snake_case,
    dead_code,
    improper_ctypes,
    clippy::all
)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));