use-net-label
Primitive electrical net labeling vocabulary.
use-net-label stores labels such as GND, AGND, DGND, VCC, 3V3, 5V, VIN, SDA, SCL, MISO, MOSI, CLK, and RESET. It preserves label text and does not infer electrical behavior, assign voltages, or parse complete schematic netlists.
Example
use ;
let ground = new?;
let signal = new?;
assert!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive net labels and signal names. Circuit netlist parsing, voltage assignment, and electrical inference are out of scope.