`llkv-expr` defines an expression Abstract Syntax Tree (AST) used across the [LLKV](../) database toolkit. It provides type-aware, expression structures that decouple logical expressions from concrete evaluation strategies.
This crate is not intended for direct standalone use.
Licensed under the [Apache-2.0 License](../LICENSE).