This is a tool written to parse CSV log files in the format
| session_id | access timestamp |
|---|---|
| <entry 1> | <entry 2> |
To build this project, use the cargo rust build system.
cargo run <CSV Logfile> -d <YY-mm-dd>get most frequent session accesses for a given datecargo run --helpget CLI help with programcargo testrun unit testscargo buildbuild optimized version of code