xdid 0.1.0

Simple DID library.
Documentation
1
2
3
4
5
6
7
8
9
10
# xdid

<!-- cargo-rdme start -->

Simple [DID](https://www.w3.org/TR/did-core/) library.

Add support for new methods using the [Method](xdid_core::Method) trait,
then create a [Resolver](resolver::Resolver) to resolve DID documents.

<!-- cargo-rdme end -->