Crate okane_core

source ·
Expand description

okane-core crate is the library to support okane CLI tool functionality, with reusable components.

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.
  • format functionalities of Ledger format files.
  • Module load contains the functions useful for loading Ledger file, recursively resolving the include directives.
  • 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.
  • eval module contains functions for Ledger file evaluation.