llkv-expr 0.8.5-alpha

Query expression AST for the LLKV toolkit.
Documentation
1
2
3
4
5
6
7
8
9
# LLKV Expr

`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.

## License

Licensed under the [Apache-2.0 License](../LICENSE).