-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Ebert <[email protected]>
- Loading branch information
1 parent
f0c8184
commit 228252d
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "0.63.0" | ||
version = "0.64.0" | ||
authors = [ | ||
"Absa Group Limited", | ||
"Hyperledger Indy Contributors <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# did_parser_nom | ||
|
||
## Overview | ||
|
||
Rust crate for parsing [DIDs](https://www.w3.org/TR/did-core/#did-syntax) and [DID URLs](https://www.w3.org/TR/did-core/#did-url-syntax). | ||
|
||
## 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: | ||
|
||
```toml | ||
[dependencies] | ||
did_parser_nom = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" } | ||
did_parser_nom = { tag = "0.64.0", git = "https://github.com/hyperledger/aries-vcx" } | ||
``` |