async_cuda_core/ffi/
includes.rs

1use cpp::cpp;
2
3cpp! {{
4    #include <cstdint>
5}}
6
7cpp! {{
8    #include <cuda_runtime.h>
9}}