[][src]Crate qif_parser

Structs

Qif

Represents a QIF file It has a file_type (Bank, etc.) and a collection of items

QifItem

Represents a transaction It has a date and an amount, and possibly some splits

QifSplit

Represent a Split, which is basically a portion of a transaction

Functions

parse

This is the parsing function. It takes the text content of your QIF file as an argument, and the date format.