use-resistor
Primitive resistor vocabulary.
use-resistor describes resistor values, kinds, and optional ratings. It stores resistance in ohms and does not calculate circuit behavior, decode color bands, or duplicate a broad unit system.
Example
use ;
use ;
let spec = new
.with_tolerance
.with_power_rating;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive resistor metadata. Circuit solving, color-code decoding, and simulation are out of scope.