It requires to install Rust on the system: https://www.rust-lang.org/tools/install
To build the app just use Makefile:
$ make build
Once you get the binary, you can run it against the csv file, results will be written to <file_name>_computed
file.
$ ./csv-parser transactions.csv