//! Parses natural language to produce a `Vec<Query>`. The main entrypoints are
//! `from_slice` and `from_str`
#![cfg_attr(not(feature ="std"), no_std)]#[cfg(feature ="std")]externcrate std as core;externcrate alloc;pubexterncrate object_query;modde;modhelpers;pubusede::Deserializer;pubusehelpers::*;