Skip to main content

Crate actionqueue_platform

Crate actionqueue_platform 

Source
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

Re-exports§

pub use ledger::AppendLedger;
pub use rbac::RbacEnforcer;
pub use rbac::RbacError;
pub use tenant::TenantRegistry;

Modules§

ledger
Generic append-only ledger backed by WAL events.
rbac
Role-based access control enforcement.
tenant
In-memory tenant registry.