//
// Unified Query Algebra
//
// Copyright (c) 2023-2026 Cognica, Inc.
//
//! Convenience facade for the embedded UQA engine.
//!
//! This crate re-exports the complete `uqa_engine` API and the core [`Value`] type so applications can start with one dependency while lower-level crates remain independently usable.
pub use Value;
pub use *;