Crate safe_network[][src]

Expand description

Implementation of the “Node” node for the SAFE Network.

Modules

client

The Safe Network Client.

messaging

The messaging interface to the network. Messages sent and serialised in line with this module should be acted upon by the network.

node

Implementation of the “Node” node for the SAFE Network.

routing

Peer implementation for a resilient decentralised network infrastructure.

transfers

Implementation of Transfers in the SAFE Network.

types

SAFE network data types.

url

Implementation of the urls for the SAFE Network.

Macros

btree_map

Easily create a BTreeMap with the key => value syntax.

btree_set

Easily create a BTreeSet.

with_chaos

Run code when a chaotic. Defaults to 20% of the time. Overall frequence can be set via “SAFE_CHAOS_LEVEL” env var.