didcomm 0.4.1

DIDComm for Rust
Documentation
1
2
3
4
5
6
7
8
9
mod example;

#[cfg(test)]
mod mock;

pub use example::ExampleDIDResolver;

#[cfg(test)]
pub(crate) use mock::MockDidResolver;