Process a transaction file using Rust.
- For parsing the transaction file nom is used.
- For reading, writing and task / thread management tokio is used.
cargo buildNote to ensure optimal performance build with --release
cargo build --releasecargo run -- filename.csv