From 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 21 Oct 2025 20:36:01 +0100 Subject: Having a time with passing functions around, really feels like i'm fighting the language --- rprt-engine/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rprt-engine/src/lib.rs') diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs index 0ae9d2d..3eda2e4 100644 --- a/rprt-engine/src/lib.rs +++ b/rprt-engine/src/lib.rs @@ -5,5 +5,6 @@ pub mod expression; pub mod monad; pub mod parser; pub mod selection; +pub mod selection_function; pub mod state; pub mod token; -- cgit v1.2.3