Crate burn_communication

Crate burn_communication 

Source

Modules§

util

Structs§

Address
Allows nodes to find each other
Message
Data sent and received by the client and server.

Traits§

CommunicationChannel
Handles communications.
CommunicationError
Error that happens during a communication.
Protocol
The protocol used for the communications.
ProtocolClient
The client is only used to create a channel, which should be use to transmit information with the server.
ProtocolServer
Defines how to create a server that respond to a channel.