Expand description
Multi-tenant isolation, RBAC, and ledger infrastructure for ActionQueue v1.0.
This crate provides pure in-memory data structures for the platform layer. No I/O, no tokio, no storage dependencies.
§Components
TenantRegistry— tenant registration and lookupRbacEnforcer— role-based capability enforcementAppendLedger— generic append-only ledger backed by WAL events
Re-exports§
pub use ledger::AppendLedger;pub use rbac::RbacEnforcer;pub use rbac::RbacError;pub use tenant::TenantRegistry;