Skip to content

Releases: vincbro/csv

v0.1.1

10 Jan 01:22

Choose a tag to compare

v0.1.0

18 Jul 19:09
18abc04

Choose a tag to compare

CSV v0.1.0

A fast Go library for streaming CSV encoding/decoding with struct tags.

Features

  • Streaming support for large datasets.
  • Struct tag mapping (csv:"column") for fields.
  • Simple API, inspired by encoding/json.