Simple, tolerant, lightweight CSV encoder/decoder which allows fast RFC 4180-compliant CSV usage without the large dependencies and unnecessary customization of the csv crate.
All interaction is done through the public methods of two well-documented structs: HeaderedCSVTable and UnheaderedCSVTable.