Crate circuit

Source

Modules§

multi_stream
stream

Structs§

Connection
A connection is a group of streams that span from one node to another on the circuit network.
ConnectionNode
Wrapper class for a Node that lets us create Connection objects instead of creating raw streams on the node itself.
Node
Represents a node on the circuit network.
Quality
Information about the quality of a link. A lower value for the contained u8 is better, with 0 usually meaning a node linked to itself with no intermediate connection. The u8 value should never be 255 as this has a reserved meaning when we encode.

Enums§

Error

Constants§

CIRCUIT_VERSION

Type Aliases§

Result