[][src]Module logicsim::graph

Structs

GateGraphBuilder

Data structure that represents a graph of logic gates, it can be initialized to simulate the circuit.

GateIndex

Represents the index of a logic gate in a super::GateGraphBuilder.

InitializedGateGraph

Initialized version of GateGraphBuilder. See GateGraphBuilder for documentation.

LeverHandle

Handle type that represents a lever gate in an InitializedGateGraph or GateGraphBuilder

OutputHandle

Handle type that represents a set of gates in an InitializedGateGraph or GateGraphBuilder which we want to query.

Constants

DEFAULT_STABLE_MAX

Default number of ticks that methods ending with _stable will execute, before panicking.

OFF

The GateIndex of the OFF constant in any GateGraphBuilder.

ON

The GateIndex of the ON constant in any GateGraphBuilder.