1 unstable release
0.1.0 | Feb 23, 2023 |
---|
#2206 in Encoding
16KB
318 lines
Charlestown
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.