simple-zanzibar 0.3.0

A simplified Rust implementation of Google's Zanzibar authorization system with DSL support
Documentation
1
2
3
4
5
6
# Examples

Examples of using the crate.

- `cargo run --example file_permissions`: legacy service facade with a file/folder hierarchy.
- `cargo run --example collaboration_workspace`: public engine API in a realistic workspace/project/document flow, including relationship updates, permission lookups, reviewable policy export/import, and zstd snapshot save/load.