pub fn read_registry_document() -> Result<RegistryDocument, ForgeError>Expand description
Read and validate the complete persistent registry document.
ยงErrors
Returns ForgeError for I/O, JSON, or semantic validation failures.
pub fn read_registry_document() -> Result<RegistryDocument, ForgeError>Read and validate the complete persistent registry document.
Returns ForgeError for I/O, JSON, or semantic validation failures.