use-diode
Primitive diode vocabulary.
use-diode describes diode kinds, anode/cathode polarity, and optional ratings. It does not simulate I/V curves, model diode equations, implement semiconductor physics, or handle LED color science.
Example
use ;
use ;
let spec = new
.with_forward_voltage
.with_current_rating;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive diode metadata. Semiconductor equations and circuit simulation are out of scope.