apexe 0.6.0

Outside-In CLI-to-Agent Bridge
1
2
3
4
5
pub mod acl;
pub mod audit;

pub use acl::{validate_acl_rules, AclManager, AclValidationReport, InertRule, UnmatchedTarget};
pub use audit::AuditManager;