Hi,
I’m newbie coming from Python & Rust, trying to figure out what’s available in the language. I googled and searched the forum, but only see links to a couple of libs, or better say repos.
I needed to read CSV file and extract some data. In Rust, I’d make a struct and use serde crate to iterate the lines as entities of this type.
Some implementations of CSV allow for line breaks within a value (Excel, for example). So for some applications you, can’t process CSV on a line-by line-basis.