Module registry

Module registry 

Source
Expand description

In-Memory Registry for Decentralized Identity Documents, with some database-like features.

Structsยง

Registry
Registry is a basic, in-memory Document registry that is able to load documents directly as well as cross-reference them in some ways. It can also optionally fetch remote documents and cache them as a part of its implementation. Documents can be loaded via the JSON or CBOR formats. JSON loading is provided by serde_json and CBOR is provided by ciborium.