Skip to main content

Crate cliquenet

Crate cliquenet 

Source

Re-exportsยง

pub use error::NetworkError;

Modulesยง

addr ๐Ÿ”’
config_builder ๐Ÿ”’
Tools for manipulating the type state of ConfigBuilder.
connection ๐Ÿ”’
error
metrics ๐Ÿ”’
msg ๐Ÿ”’
net ๐Ÿ”’
noise
queue ๐Ÿ”’
time ๐Ÿ”’
util ๐Ÿ”’
x25519

Structsยง

Config
ConfigBuilder
Use builder syntax to set the inputs and finish with internal_build().
Network
NetworkController
NetworkReceiver
SendCommand
Send to peer(s).
SendCommandBuilder
Use builder syntax to set the inputs and finish with build().
Slot
Slots contain messages.
Version

Enumsยง

NetAddr
A network address.
RetryPolicy
Specify if a message should be retried if no ACK is received.
Role
Network peer role.
SendAction

Traitsยง

Metrics
Type that records metrics.