use-rating
Primitive electronic rating vocabulary.
use-rating keeps units simple for v0: volts, amperes, watts, percent, Celsius, and hertz are documented numeric wrappers. It does not duplicate use-units, implement electrical simulation, calculate derating, or model safety certification.
Example
use ;
let voltage = new_volts?;
let power = new_watts?;
let tolerance = from_percent?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive rating metadata. Broader unit systems, electrical formulas, derating calculators, and safety logic are out of scope.