ryanmasondavies / CSV

Format data to the comma-separated values format.
MIT License
10 stars 2 forks source link

Use Codable #6

Open ryanmasondavies opened 4 years ago

ryanmasondavies commented 4 years ago

Allow for the use of a CSVEncoder and CSVDecoder to encode and decode any Codable type.

ryanmasondavies commented 4 years ago

This will require a rewrite in Swift.