Skip to content

nislim/transaction-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Processor

Process a transaction file using Rust.

Dependencies

  • For parsing the transaction file nom is used.
  • For reading, writing and task / thread management tokio is used.

Build

cargo build

Note to ensure optimal performance build with --release

cargo build --release

Run

cargo run -- filename.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages