use-capacitor
Primitive capacitor vocabulary.
use-capacitor describes capacitance values, capacitor kinds, polarity, and optional voltage ratings. It stores capacitance in farads and does not simulate charging, model ESR/ESL, or solve circuits.
Example
use ;
use VoltageRating;
let spec = new
.with_polarity
.with_voltage_rating;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive capacitor metadata. Circuit behavior and detailed electrical models are out of scope.