beancount-parser-lima 0.16.3

A zero-copy parser for Beancount
Documentation
directives {
  date { year: 2010 month: 5 day: 28 }
  transaction {
    flag: "*"
    postings {
      account: "Assets:Account1"
      spec {
        units { number { exact: "2" } currency: "HOOL" }
        cost {
          per_unit { number { exact: "150" } }
          currency: "USD"
        }
      }
    }
    postings {
      account: "Assets:Account2"
      spec {
        units { number { exact: "120.00" } currency: "USD" }
      }
    }
  }
}