~sotirisp/hare-tsv

TSV reading and writing support for Hare
Fix reading files starting with an empty record
Use size literals where appropriate
Fix more missing const

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sotirisp/hare-tsv
read/write
git@git.sr.ht:~sotirisp/hare-tsv

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

#hare-tsv

This package provides TSV (tab-separated-values) support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-tsv". 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-tsv/ add https://git.sr.ht/~sotirisp/hare-tsv master
Do not follow this link