Crate circuit

source ·

Modules§

Structs§

  • A connection is a group of streams that span from one node to another on the circuit network.
  • Wrapper class for a Node that lets us create Connection objects instead of creating raw streams on the node itself.
  • Represents a node on the circuit network.
  • 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§

Constants§

Type Aliases§