simplified rule interface

This commit is contained in:
2022-07-07 01:25:50 +02:00
parent 5d8d515c28
commit 119f41076e
5 changed files with 67 additions and 22 deletions

View File

@@ -1 +1,6 @@
mod rule;
mod rule;
mod executor;
mod bad_state_error;
pub use rule::Rule;
pub use bad_state_error::BadState;