Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Exercise

This exercise receives a csv with financial transactions and returns the list of customers with their respective balances. There are a few csv files used for testing in fixtures folder.

How to Use

Use cargo to build and run the executable:

cargo run -- <PATH>

where <PATH> is the path to the csv file:

cargo run -- transactions.csv

Testing

Unit tests can be run with:

cargo test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages