6 releases
0.1.5 | May 11, 2020 |
---|---|
0.1.4 | Apr 21, 2020 |
0.1.2 | Feb 23, 2020 |
#1615 in Algorithms
23 downloads per month
Used in phreak_engine
14KB
84 lines
Support package for phreak_engine.
The rules crate contains the abstraction for the phreak input. A rule is a collection of conditions that must be met in order to activate.
lib.rs
:
Support package for phreak_engine.
The rules package encapsules the rules, so that way can separate our logic into the creation and the usage of rules.