https://github.com/ynqa/j9
Rust bindings for *jq*
https://github.com/ynqa/j9
bindgen jq rust
Last synced: about 1 month ago
JSON representation
Rust bindings for *jq*
- Host: GitHub
- URL: https://github.com/ynqa/j9
- Owner: ynqa
- License: mit
- Created: 2024-03-01T09:10:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:47:45.000Z (11 months ago)
- Last Synced: 2025-05-03T23:46:38.013Z (5 months ago)
- Topics: bindgen, jq, rust
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 39
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# j9
[](https://github.com/ynqa/j9/actions/workflows/ci.yml)
[](https://crates.io/crates/j9)
[](https://docs.rs/j9)
[](LICENSE)This repository contains two Rust crates:
- [j9-sys](./j9-sys/)
- [j9](./j9/)j9-sys provides Rust bindings to
[libjq](https://github.com/jqlang/jq)
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.