QIF (Quicken Interchange Format) parser in Rust
QIF is a format invented by Quicken to record financial data.
You can read more on this Wikipedia article.
This library will take your QIF data as a string, parse it, and return some structured data for further processing.
https://en.wikipedia.org/wiki/QuickenInterchangeFormat
https://rust-lang.github.io/api-guidelines/checklist.html
https://stevedonovan.github.io/rust-gentle-intro/6-error-handling.html
f64
instead of f32