// Rust guideline compliant 2026-08-19
//! Multi-Tenant Role-Based Access Control (RBAC) module.
//!
//! Provides token-to-role mappings, JWT claim verification, catalog partitioning,
//! and per-role execution boundary enforcement.
pub use RbacEngine;
pub use rbac_auth_middleware;
pub use ;