Crate csv_ledger_lib

Source
Expand description

§csv_ledger_lib

A sub-library for the csv_leger CLI.

This library contains two modules:

  • ledger - Containing the Ledger state store.
  • parse - Containing a zero-coppy csv parser for transactions.

Modules§

ledger
Ledger
parse
Zero-coppy CSV Parsing

Enums§

LedgerErr
An enum representing the possible errors that can occur when parsing a csv file.