#Rust answer to the pop-quiz to combine @stride_zone REST API data with my own burn-rates.
./lsd.rs combines the @stride_zone REST API data with my burn rates uploaded to github as CSV, then extracted with the new ./parse_csv function.
WOOT! 🎉
🦀🦀🦀cRUSTaceans!🦀🦀🦀
I've added a new fn to my csv_utils:
parse_csv<T>(skip: usize, f: Fn, lines: Lines)
This goes a long way towards automating CSV parsing for me.