You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full-fledge CSVEncoder has finally been implemented.
Full support for Codable has been achieved. You can now use keyed, unkeyed and single value containers when neeeded.
CSVEncoder and CSVDecoder support for different buffering strategies.
This translates in less memory usage for sequential or assembled runs.
CSVReader/CSVWriter API have been renamed to match CSVEncoder/CSVDecoder API.