actrpc-interceptor 0.1.0

Concrete interceptors for ActRPC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod config;

mod effect;
mod engine;
mod error;
mod fact;
mod interceptor;
mod matcher;

pub use effect::effect_to_action;
pub use engine::{PolicyDecision, PolicyEngine};
pub use error::PolicyError;
pub use fact::PolicyFacts;
pub use interceptor::PolicyInterceptor;
pub use matcher::CompiledPolicyMatcher;