aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/lib.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-03-21 08:49:35 +0000
committertslil <tslil@posteo.de>2026-03-21 17:26:50 +0000
commitc22cc3b348bdcb446fb0e44070da36fdf6b05800 (patch)
tree81371ff735529e7b2a5b1727be9c8b06123609e6 /rprt-engine/src/lib.rs
parent5a5da7bc299bee12072e421d1936554690e34dd6 (diff)
big rework to support evaluation of selection functions, WiP
Diffstat (limited to 'rprt-engine/src/lib.rs')
-rw-r--r--rprt-engine/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs
index 8886578..6f552bd 100644
--- a/rprt-engine/src/lib.rs
+++ b/rprt-engine/src/lib.rs
@@ -1,4 +1,5 @@
pub mod buffer;
+pub mod evaluate;
pub mod expression;
pub mod monad;
pub mod parser;