sil-policy 0.1.0

Policy evaluation engine for the Semantic Integrity Layer — risk scoring and Allow/Warn/Block/Rewrite decisions
Documentation
1
2
3
4
5
6
7
#[derive(Debug, PartialEq)]
pub enum Decision {
    Allow,
    Warn,
    Block,
    Rewrite(String),
}