UnitMath v1.0.0
UnitMath v1.0.0
Initial stable MVP release.
Features
- Weight conversions: mg, g, kg, oz, lb
- Volume conversions: ml, l, fl oz, cup, pint, quart, gallon
- Potency conversions: percent and mg/g
- Package math helpers
- String parsing for weight, volume, and potency
- Parse-and-convert helpers
- Dependency-free CLI
- Rustdoc coverage
- Examples for weight, volume, and potency
Verification
- 73 library tests passing
- 8 CLI tests passing
- Examples pass with
cargo test --examples