//! Thin façade crate — re-exports `jetro_core` through the public Jetro API.
//!
//! All parsing, optimisation, and execution live in `jetro_core`. This crate
//! provides the byte-oriented `Jetro` handle plus `JetroEngine` for long-lived
//! plan/VM reuse and NDJSON processing.
pub use ;
/// Byte-oriented query handle. Wraps `jetro_core::Jetro` and exposes document
/// parsing plus query collection.