tomellm / bread_manager

A small application that takes in CSV data and visualizes it for money management purpuses.
MIT License
0 stars 0 forks source link

improved number parsing #31

Closed tomellm closed 3 months ago

tomellm commented 3 months ago

Since the parsing happens according to the american standard. I just made it so that the numbers would be parsed correctly by removeing any thousand separators. Also found a library that could be added if needed but didn't do so yet. https://docs.rs/lexical/latest/lexical/

Closes #30