processor/src
Bruno BELANYI a00567cadc ledger: introduce 'Ledger' type
Unfortunately, rust-csv does not support serializing maps [1], so
instead of trying to write a `Deserialize` impl, the `dump_csv` method
takes care of formatting the output as expected.

[1]: https://github.com/BurntSushi/rust-csv/issues/98
2022-08-23 14:05:57 +02:00
..
bin cargo: move 'processor' to 'bin' directory 2022-08-22 17:49:06 +02:00
core.rs core: add arithmetic operators for 'TxAmount' 2022-08-23 14:05:03 +02:00
error.rs transaction: use proper 'ParseError' type 2022-08-23 14:05:03 +02:00
ledger.rs ledger: introduce 'Ledger' type 2022-08-23 14:05:57 +02:00
lib.rs ledger: introduce 'Ledger' type 2022-08-23 14:05:57 +02:00
transaction.rs transaction: use proper 'ParseError' type 2022-08-23 14:05:03 +02:00