Crate manas_access_control

Source
Expand description

This crate Defines traits for access control systems compatible with solid storage space. Provides default implementations confirming to ACP, WAC authorization systems.

Modulesยง

layered_repo
I provide an implementation of Repo that layers access control over an inner repo.
model
I define rust models for concepts and entities involved in access control over resources in solid storages. I also provide few default implementations.