rust-embedded-community / rust-measurements

Metric, Imperial, and other measurement handling for Rust. Length, Temperature, Weight, and Volume
https://crates.io/crates/measurements
28 stars 10 forks source link

Add Power and Energy. #10

Closed thejpster closed 7 years ago

thejpster commented 7 years ago

Power is in Watts (Energy / std::time::Duration). Energy is in Joules.

Power conversions for horse-power and PS plus SI scales. Energy conversions for kWh (etc), BTU, plus SI scales.

Update #9 to support the appropriate multiplications and divisions.

thejpster commented 7 years ago

In precision branch.