aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection_functions/function_end.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-24big ole rename for consistent terminology: scalar, vector, matrix, tensortslil
2026-03-21implement hooks, fix docstslil
2026-03-21big rework to support evaluation of selection functions, WiPtslil
2025-10-31Rework character and end implementationstslil
2025-10-31Refactor selection functions into a module, one function per filetslil