//! Parsing Trustfall queries into Rust types,
//! which are then handed to the frontend for further processing.
pub(crate)moddirectives;pubmoderror;pub(crate)modquery;// Test-only uses. `#[doc(hidden)]` items are not part of public API
// and are not subject to semantic versioning rules.
#[cfg(feature ="__private")]#[doc(hidden)]pubusequery::parse_document;