Crates.io | libpg_query-sys |
lib.rs | libpg_query-sys |
version | 0.4.0 |
source | src |
created_at | 2018-12-26 05:13:07.918201 |
updated_at | 2024-04-07 03:59:02.871636 |
description | FFI bindings to libpg_query |
homepage | |
repository | https://github.com/tdbgamer/libpg_query-sys |
max_upload_size | |
id | 103821 |
size | 29,094,724 |
This crate provides FFI bindings to libpg_query.
By default, this library builds against a version of the C library that it has
vendored. However, if you set the LIBPG_QUERY_PATH
env var when running
cargo
, it will use this path to find the needed header and library
files. Specifically, it will look for $LIBPG_QUERY_PATH/include/pg_query.h
and look in $LIBPG_QUERY_PATH/lib
for the compiled library.
This table shows how versions of this crate correspond to libpg_query versions:
Crate Version | C Library Version |
---|---|
0.3.0 | 15-4.2.0 |
0.2.1 | 13-2.1.0 |
0.2.0 | 13-2.1.0 |
0.1.3 | 10-1.0.2 |