use-circuit
Primitive circuit relationship vocabulary.
use-circuit describes circuit IDs, names, nodes, nets, terminals, and connections. A terminal refers to a component pin, and a connection ties a terminal to a net or node. This crate does not simulate circuits, solve equations, apply Kirchhoff laws, render schematics, calculate resistance or capacitance, or autoroute anything.
Example
use ;
use ReferenceDesignator;
use ;
let pin = numbered;
let connection = to_net;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive, graph-like circuit relationships. Circuit solving, schematic rendering, and design automation are out of scope.