cujson-sys 0.1.1

Raw FFI bindings to cuJSON, compiled with nvcc when the `cuda` feature is on
Documentation
1
2
3
4
5
6
7
8
#pragma once
#include "utils.cu"
#include "load_file.h"
#include "load_file.cu"
#include "parse_json_lines.h"
#include "parse_json_lines.cu"
#include "cujson_types.h"
#include "query/query_iterator.cpp"