charlestown

Crates.iocharlestown
lib.rscharlestown
version0.1.0
sourcesrc
created_at2023-02-23 13:09:36.040184
updated_at2023-02-23 13:09:36.040184
descriptionA simple RFC 4180-compliant CSV reader and writer
homepage
repositoryhttps://github.com/hoosiernational/Charlestown
max_upload_size
id792741
size16,752
James "Jay" Oglesby (hoosiernational)

documentation

README

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.

Commit count: 3

cargo fmt