Crates.io | charlestown |
lib.rs | charlestown |
version | 0.1.0 |
source | src |
created_at | 2023-02-23 13:09:36.040184 |
updated_at | 2023-02-23 13:09:36.040184 |
description | A simple RFC 4180-compliant CSV reader and writer |
homepage | |
repository | https://github.com/hoosiernational/Charlestown |
max_upload_size | |
id | 792741 |
size | 16,752 |
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.