rustledger 0.16.2

Drop-in replacement for Beancount. Pure Rust, 10-30x faster.
Documentation
---
source: crates/rustledger/tests/cli_snapshot_test.rs
expression: normalized.trim()
---
P0012

  x parse error: unexpected input
   ,-[<fixtures>/parse-errors.beancount:5:1]
 4 | 
 5 | this is not valid beancount {{{ }}
   : ^^^^^^^^^^^^^^^^^|^^^^^^^^^^^^^^^^^
   :                  `-- parse error
 6 | 
 7 | 2024-01-15 * "Valid transaction"
   `----
E1001

  x Account Income:Salary was never opened
   ,-[<fixtures>/parse-errors.beancount:7:1]
 6 |     
 7 | ,-> 2024-01-15 * "Valid transaction"
 8 | |     Assets:Cash   100 USD
 9 | |->   Income:Salary
   : `---- here
   `----
✗ 2 errors