libdebayer-sys 0.2.0

unsafe sys crate to the libdebayer C library
Documentation
1
2
3
4
5
6
7
8
9
// fake header file to make docs.rs builds happy
#ifndef CUDART_H
#define CUDART_H

typedef struct {
  
} cudaStream_t;

#endif