bug fixes and performance improvements

This commit is contained in:
2023-05-07 22:35:38 +01:00
parent f3ce910f66
commit a604e40bad
167 changed files with 5965 additions and 4229 deletions

View File

@@ -1,7 +1,15 @@
mod executor;
// mod executor;
mod rule_error;
mod repository;
mod prepare_rule;
mod matcher;
mod update_first_seq;
mod state;
mod matcher_second;
mod vec_attrs;
// pub use rule::Rule;
pub use rule_error::RuleError;
pub use repository::Repository;
pub use repository::{Repository, Repo};
pub use matcher_second::AnyMatcher;