Crate okane_core

source ·

Modules§

  • data contains fundamental types used in Ledger data. Note the structure is quite similar to repl module, however, repl is for textual representation while data is more for understanding.
  • repl represents Ledger file format representation. Note the structure is quite similar to data module, however, repl is for textual representation while data is more for understanding.