rustledger 0.19.1

Drop-in replacement for Beancount. Pure Rust, 10-30x faster.
Documentation
1
2
3
4
5
6
7
8
9
10
; File with intentional validation errors for snapshot testing
option "operating_currency" "USD"

; Transaction referencing accounts that were never opened
2024-01-15 * "Lunch"
  Expenses:Food   10 USD
  Assets:Cash    -10 USD

; Balance assertion that will fail (no opens, so balance is 0)
2024-01-16 balance Assets:Cash 100 USD