Module okane_core::load
source · Expand description
Module load contains the functions useful for loading Ledger file,
recursively resolving the include directives.
Structs§
- Loader is an object to keep loading a given file and may recusrively load them as
repr::LedgerEntry, with the metadata about filename or line/column to point the error in a user friendly manner.
Enums§
- Error caused by
load_*functions.