authz-core 0.1.0

Zanzibar-style authorization engine — model parser, resolver, policy traits, and CEL condition evaluation
Documentation
# Rust build artifacts
/target/
Cargo.lock

# Editor / IDE
.vscode/
.idea/
*.iml
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Environment / secrets
.env
.env.*
*.pem
*.key

# Test and benchmark output
/flamegraph.svg
/perf.data
/perf.data.old

# Coverage
/lcov.info
/coverage/
tarpaulin-report.html
tarpaulin-report.json

# Generated docs (local build)
/doc/