Expand description
This crate aims to encapsulate the logic required for building libjq
from source (so that jq-sys doesn’t have to know how to do this).
The primary consumers of this crate are jq-sys (the generated bindings
to libjq
), and indirectly json-query (a high-level wrapper for running
jq programs over json strings).
Structs§
- Information about the locations of files generated by
build()
.
Functions§
- Entry point for callers to run the build.