apexe 0.7.0

Outside-In CLI-to-Agent Bridge
1
2
3
4
5
6
7
8
9
pub mod acl;
pub mod audit;
pub mod path_guard;

pub use acl::{
    validate_acl_rules, AclDecision, AclManager, AclValidationReport, InertRule, UnmatchedTarget,
};
pub use audit::AuditManager;
pub use path_guard::{AccessMode, GuardConfig, PathGuard};