// This is free and unencumbered software released into the public domain.
//! This crate implements a `jq` wrapper.
#![no_std]#![forbid(unsafe_code)]externcrate alloc;#[cfg(feature ="jaq")]modjaq;#[cfg(feature ="jaq")]pubusejaq::*;#[doc=include_str!("../README.md")]#[cfg(doctest)]pubstructReadmeDoctests;