Crate simple_zanzibar

Crate simple_zanzibar 

Source
Expand description

A simplified Rust implementation of Google’s Zanzibar authorization system.

Modules§

error
Defines custom error types for the application.
eval
Core evaluation logic for check and expand requests.
model
Core data structures for the Zanzibar authorization system.
parser
DSL parsing logic using pest.
store
Defines the storage abstraction for relation tuples.

Structs§

ZanzibarService
The main service for handling Zanzibar authorization checks.