jq-sys 0.2.2

Generated bindings for libjq.
Documentation
1
2
3
4
5
6
7
8
9
#ifndef JQ_PARSER_H
#define JQ_PARSER_H
#include "locfile.h"
#include "compile.h"

int jq_parse(struct locfile* source, block* answer);
int jq_parse_library(struct locfile* locations, block* answer);

#endif