rucash-0.1.2 has been yanked.
rucash provides a simple interface to GnuCash files stored in SQL (sqlite3, PostgreSQL and MySQL).
Example
let book = new.unwrap;
let accounts = book.accounts;
rucash provides a simple interface to GnuCash files stored in SQL (sqlite3, PostgreSQL and MySQL).
let book = rucash::Book::new("sqlite://money.gnucash").unwrap();
let accounts = book.accounts();