Crate exocore_transport[][src]

Re-exports

pub use error::Error;
pub use messages::InMessage;
pub use messages::OutMessage;
pub use transport::InEvent;
pub use transport::OutEvent;
pub use transport::ServiceType;
pub use transport::TransportServiceHandle;

Modules

Structs

Libp2p transport used by all services of Exocore through handles. There is one handle per cell per service.

Handle taken by a Cell service to receive and send message for a given node & cell.