Crate cliquenet

Crate cliquenet 

Source

Re-exportsยง

pub use retry::Retry;

Modulesยง

chan ๐Ÿ”’
A channel implementation that keeps only a single copy of an item, as identified by its Id.
error ๐Ÿ”’
frame ๐Ÿ”’
Frame header
id ๐Ÿ”’
metrics ๐Ÿ”’
net ๐Ÿ”’
Networking
net_conf_builder ๐Ÿ”’
Tools for manipulating the type state of NetConfBuilder.
retry
time ๐Ÿ”’

Structsยง

Id
NetConf
NetConfBuilder
Use builder syntax to set the inputs and finish with build().
Network
Network is the API facade of this crate.
NetworkDown

Enumsยง

NetworkError
The various errors that can occur during networking.
Role
Network peer role.

Constantsยง

LAST_DELAY ๐Ÿ”’
MAX_MESSAGE_SIZE
Max. number of bytes for a message (potentially consisting of several frames).
NUM_DELAYS ๐Ÿ”’