llkv-expr 0.8.5-alpha

Query expression AST for the LLKV toolkit.
Documentation
1
2
3
4
5
//! Literal helpers are now provided by `llkv-types`.
//! This module re-exports them for backward compatibility.

// TODO: Remove this proxy and call directly
pub use llkv_types::literal::*;