Skip to content

Latest commit

 

History

History

did_parser_nom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.65.0", git = "https://github.com/hyperledger/aries-vcx" }