zen-engine 2.0.1

Business rules engine
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod cleaner;
mod error;
pub(crate) mod graph;
pub(crate) mod schema_dict;
mod tracer;
mod walker;

pub use error::DecisionGraphValidationError;
pub use graph::{DecisionGraphResponse, EvaluationTrace};
pub use tracer::DecisionGraphTrace;