Skip to content

math-almeida/rust-exercice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages