Expand description
Net module contains high-level message objects used to communicate between peers to maintain the network, publish and subscribe to services, and exchange data. These can be converted to and from base objects for encoding/decoding.
Re-exports§
pub use request::Request;
pub use request::RequestKind;
pub use response::Response;
pub use response::ResponseKind;
pub use response::Status;
Modules§
Structs§
Enums§
- Message
- Message is a network request or response message