rust-rbac 0.1.0

A flexible Role-Based Access Control (RBAC) system for Rust applications
Documentation
1
2
3
4
5
6
//! Cache implementations for RBAC
//!
//! This module provides caching mechanisms to improve performance
//! of permission checks.

// TODO: Implement caching