Rule execution now runs, no tests tho

This commit is contained in:
2022-08-19 12:55:02 +02:00
parent 329dea72b7
commit 891d78c112
30 changed files with 925 additions and 560 deletions

View File

@@ -1,6 +1,7 @@
// mod rule;
mod executor;
mod rule_error;
mod repository;
// pub use rule::Rule;
pub use rule_error::RuleError;
pub use rule_error::RuleError;
pub use repository::Repository;