Module brb::net[][src]

This Net module implements a simulated (in-memory) network using Actors based on ed25519 keys.

Net is intended only for use by test cases. It is public so that it may be used by test cases in other crates.

Net may be moved outside the brb crate at a later time. It should not be used or relied upon except in test cases.

Structs

Actor
Net

Net – a simulated in-memory network specialized to ed25519 keys.

Sig
SigningActor

Traits

BRBDT

A BRBDataType specialized to ed25519::Actor, for use in simulated Network and test cases.