Re-exports§
pub use handshaker::DoHandshakeRequest;
pub use handshaker::HandshakeError;
pub use handshaker::HandshakerBuilder;
Modules§
- Handshake Module
Structs§
- This represents a connection to a peer.
- A request to connect to a peer.
- The connector service, this service connects to peer and returns the
Client
. - Information on a connected peer.
- A weak handle to a
Client
.
Enums§
- An internal identifier for a given peer, will be their address if known or a random u128 if not.
Functions§
- Creates a mock
Client
for testing purposes.