You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to calculate for example IBU or SRM we need the incredients from the recipe. Add support for parsing BeerXML to an internal representation of the recipe that can be used by the commands.
I dread XML files, and I found there's already BeerYAML https://beeryaml.readthedocs.io/en/latest/. Also aligned with our initial thought of having parameters specified in YAML (didn't know BeerXML exists!)
BeerXML is supported by many of the brewing tools and didn't know BeerYAML existed :D Maybe we could do a new crate for that and maybe also something to convert between these two formats ;)
To be able to calculate for example IBU or SRM we need the incredients from the recipe. Add support for parsing BeerXML to an internal representation of the recipe that can be used by the commands.
See specification here: http://www.beerxml.com/
The text was updated successfully, but these errors were encountered: