6 releases

0.1.5 May 11, 2020
0.1.4 Apr 21, 2020
0.1.2 Feb 23, 2020

#1516 in Algorithms

27 downloads per month
Used in phreak_engine

GPL-3.0-or-later

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.

No runtime deps