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