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
checkandexpandrequests. - model
- Core data structures for the Zanzibar authorization system.
- parser
- DSL parsing logic using
pest. - store
- Defines the storage abstraction for relation tuples.
Structs§
- Zanzibar
Service - The main service for handling Zanzibar authorization checks.