llkv-expr 0.2.0-alpha

Query expression AST for the LLKV toolkit.
Documentation
1
2
3
4
5
6
pub mod expr;
pub use expr::*;

// Note: For API simplicity these are also exported out of `expr`.
pub mod literal;
pub mod typed_predicate;