rucash

The Rust for Gnucash


Crates.io version docs.rs docs Download


rucash provides a simple interface to GnuCash files stored in xml and SQL (sqlite3, PostgreSQL and MySQL). xml file should be decompressed to real xml file.

Example

rust let book = rucash::Book::new("sqlite://money.gnucash").unwrap(); let accounts = book.accounts();