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

either
error
http
messages
p2p
streams
transport

Structs

Libp2pTransport

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

Libp2pTransportServiceHandle

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