circuit
0.0.1
All Items
Crate Items
Modules
Structs
Enums
Constants
Type Aliases
Crate
circuit
Copy item path
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.
Connection
Node
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