aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection_functions/mod.rs
AgeCommit message (Collapse)Author
4 daysThe big transposition-ing: move from functions as data to data of functionsHEADmaintslil
Basically Rust will fight you all the way if you treat it like Haskell, instead work with traits and impls on ZSTs.
2026-03-21big rework to support evaluation of selection functions, WiPtslil
2025-10-31Refactor selection functions into a module, one function per filetslil