Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 559 Bytes

did_parser_nom

Overview

Rust crate for parsing DIDs and DID URLs.

Features

  • DID Parsing: Capability to parse did: strings, ensuring they comply with the DID specifications.
  • DID URL: Functionality to parse DID URLs.

Getting Started

Installation

Add the did_parser library as a dependency in your Cargo.toml file:

[dependencies]
did_parser_nom = { tag = "0.67.0", git = "https://github.com/hyperledger/aries-vcx" }