cedrus-cedar 0.2.0

Core library for Cedar Policy serialization and type bindings.
Documentation
[
  {
    "uid": {"type": "MyApp::User", "id": "alice"},
    "attrs": {},
    "parents": [],
    "tags": {
      "name": "Alice"
    }
  },
  {
    "uid": {"type": "MyApp::User", "id": "bob"},
    "attrs": {},
    "parents": []
  },
  {
    "uid": {"type": "MyApp::Document", "id": "doc1"},
    "attrs": {
      "owner": {"__entity": {"type": "MyApp::User", "id": "alice"}}
    },
    "parents": []
  }
]