Skip to content

v2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 15:57
· 127 commits to main since this release

Added

  • Entry enum which is one of Directive, Option, Include
  • parse_iter which return an iterator over Result<Entry<D>, Error>
  • implement Clone for Error
  • implement FromStr for BeancountFile<D> where D: Decimal
  • read_files to read and parse files from disk, following the include directives