Skip to content

Commit

Permalink
docs(readme): mention beancount_parser_lima in the alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Nov 10, 2023
1 parent 459950b commit ef15b1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@ A [beancount] file parser library for rust

[beancount]: https://beancount.github.io/docs/index.html


## Goal

Parse a [beancount file](https://beancount.github.io/docs/beancount_language_syntax.html) into a rust data structure


## Non goals
## Non-goals

Do not verify beancount rules, such as "transaction must balance to zero", "account must be open", balance assertions, etc.

Do not provide any "business" logic to analyze or manipulate the ledger. No balance, no currency translation, etc.


## Alternatives

* [beancount_parser_lima](https://docs.rs/beancount-parser-lima/latest/beancount_parser_lima)


## MSRV

The minimum supported rust version is currently `1.70`.
Expand Down

0 comments on commit ef15b1d

Please sign in to comment.