drodil / rustybeer

CLI tool to calculate beer brewing values for different things
https://drodil.github.io/rustybeer/
Other
12 stars 7 forks source link

Refactor rustybeer lib to use measurements library #109

Open drodil opened 3 years ago

drodil commented 3 years ago

Refactor rustybeer calculators to use measurements structs. This will standardize the API to accept input in any unit and also to return structs that can be converted to the users desired unit. At least the following calculators could take this into use:

At the moment the functions in these calculators take mixed units (from fahrenheit to grams to fluid ounces etc.)

drodil commented 3 years ago

Still to do: