my-transaction-engine

A simple transaction engine, written in rust with ❤️.

Usage

$ cargo run -- filename.csv

Logs

To display logs, inject the env var RUST_LOG=debug e.g.

$ RUST_LOG=debug cargo run -- filename.csv

Tests

$ cargo test