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 --help
get CLI help with programcargo test
run unit testscargo build
build optimized version of code