ma-core 0.7.1

DIDComm service library: inboxes, outboxes, DID document publishing, and transport abstraction
Documentation
1
2
3
4
5
6
7
8
//! Iroh transport backend.

pub mod channel;
mod endpoint;
#[cfg(feature = "gossip")]
pub mod gossip;

pub use endpoint::IrohEndpoint;