greentic-operator 0.4.43

Greentic operator CLI for local dev and demo orchestration.
Documentation
1
2
3
4
5
6
7
mod edit;
mod eval;
mod parse;

pub use edit::upsert_policy;
pub use eval::{MatchDecision, eval_policy, eval_with_overlay};
pub use parse::{GmapPath, GmapRule, Policy, parse_file, parse_path, parse_rule_line, parse_str};