ynqa / j9

Rust bindings for *jq*

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

j9

ci Crates.io Documentation License

This repository contains two Rust crates:

j9-sys provides Rust bindings to libjq library, enabling Rust applications to leverage jq's powerful JSON processing capabilities at a low level.

j9 builds on j9-sys to offer a more user-friendly API for executing jq programs directly from Rust code.

About

Rust bindings for *jq*

License:MIT License


Languages

Language:Rust 91.7%Language:Dockerfile 8.3%