libpgquery-sys 0.1.0

Rust bindings to libpgquery
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef PG_QUERY_OUTFUNCS_H
#define PG_QUERY_OUTFUNCS_H

#include "pg_query.h"

PgQueryProtobuf pg_query_nodes_to_protobuf(const void *obj);

char *pg_query_nodes_to_json(const void *obj);

#endif