ohms
Electrical units library for embedded Rust targets focusing on ease-of-use and performance
Greatly inspired by the fugit crate.
Supported Units
- Current (μA, mA, A)
- Resistance (mΩ, Ω, kΩ, MΩ)
- Voltage (μV, mV, V, kV)
Installation
You can add this crate via crates.io:
$ cargo add ohms
Documentation
You can find the documentation here.