policy-engine-0.1.0 has been yanked.
policy engine
Policy Engine allows to dynamically evaluate and enforce rules written in a simple expression-like language.
Note: This is still under development.
Example
extern crate policyengine;
use Policy;
See examples for more.
Currently supported operands
>
, <
, >=
, <=
, ==
, !=