use-component
Primitive electronic component identity and classification.
use-component stores labels such as R1, C4, U2, D3, J1, and SW1 without turning them into schematic, BOM, inventory, or component database records.
Example
use ;
let reference = new?;
let kind: ComponentKind = "resistor".parse?;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for small component labels, values, and classification. It does not model schematics, BOMs, inventory, or component databases.