atrium-identity 0.1.9

Resolver library for decentralized identities in atproto using DIDs and handles
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]
pub mod did;
mod error;
pub mod handle;
pub mod identity_resolver;

pub use self::error::{Error, Result};