csv_parser A CSV parser written in Rust using nom library. parse_csv(&str) -> Result<Vec<Vec<String>>, CSVError>