Crate cliquenet

Crate cliquenet 

Source

Re-exportsยง

pub use retry::Retry;

Modulesยง

addr ๐Ÿ”’
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 ๐Ÿ”’
x25519 ๐Ÿ”’

Structsยง

Id
InvalidAddress
InvalidKeypair
InvalidPublicKey
InvalidSecretKey
Keypair
NetConf
NetConfBuilder
Use builder syntax to set the inputs and finish with build().
Network
Network is the API facade of this crate.
PublicKey
SecretKey

Enumsยง

Address
A network address.
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 ๐Ÿ”’