refactor: split runtime rules into module

This commit is contained in:
iff 2024-12-08 15:08:21 +01:00
parent 000b50c211
commit 5aebf867c1
20 changed files with 514 additions and 249 deletions

View file

@ -0,0 +1,2 @@
pub mod evals;
pub mod files;