diff options
| author | tslil <tslil@posteo.de> | 2025-10-21 20:36:01 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-21 21:54:56 +0100 |
| commit | 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 (patch) | |
| tree | dd631d501a4f5eba47dac439879a9e8628556468 /rprt-engine/src/lib.rs | |
| parent | caf3cbdd94ec8341f3233bb31c04c72f99502ed9 (diff) | |
Having a time with passing functions around, really feels like i'm fighting the language
Diffstat (limited to 'rprt-engine/src/lib.rs')
| -rw-r--r-- | rprt-engine/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
