~blainsmith/hare-csv

CSV reading and writing support for Hare
ensure editor settings for hare style guide
static buffer to fix memory leaked str
delim cannot be a double quote rune

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~blainsmith/hare-csv
read/write
git@git.sr.ht:~blainsmith/hare-csv

You can also use your local clone with git send-email.

#hare-csv

This package provides CSV support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-csv". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-csv/ add https://git.sr.ht/~blainsmith/hare-csv main