eng-units-0.1.4 has been yanked.
eng-units
Rust library to build, calculate and convert custom engineering units.
Example Usage
Making a EngUnit
let temp_1 = temperature!;
let mass_1 = mass!;
let t_1 = time!;
let unit = temp_1 * mass_1 / t_1 * 123.45;
assert_eq!;
assert_eq!;
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.