1
2
3
4
5
pub mod did;
pub mod did_parser;
mod error;

pub use error::{Error, Result};