go-csvlib
CSV encoder/decoder
A high-performance CSV encoding and decoding library for Go.
High-level performant CSV encoding and decoding library
13 stars
2 watching
0 forks
Language: Go
last commit: about 1 month ago
Linked from 1 awesome list
csvcsv-exportcsv-importcsv-parsercsv-parsingcsv-serializationcsvdecoderdecoderencodergogocsvgolang
Related projects:
Repository | Description | Stars |
---|---|---|
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
jszwec/csvutil | Provides fast and idiomatic mapping between CSV data and Go values. | 941 |
n10v/id3v2 | A Go library for decoding and encoding ID3 tags in audio files. | 338 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
kolesa-team/go-webp | A Go library for decoding and encoding image files in the WebP format using a C binding for Google's libwebp. | 227 |
tiendc/go-deepcopy | A fast and flexible deep-copier library for Go. | 27 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 114 |
go-opencv/go-opencv | A Go library providing bindings to OpenCV's C API and the GoCV C++ API for computer vision tasks. | 1,319 |
cstockton/go-conv | A library that provides fast and intuitive conversions across various Go types with a simple API. | 385 |
artonge/go-csv-tag | Tool to read and write CSV files with tagging support in Go | 121 |
asticode/go-astiav | Provides a Go wrapper around the C bindings of FFmpeg for efficient video processing and manipulation. | 396 |
o1egl/fwencoder | A library that encodes and decodes fixed-width table data from various input sources. | 27 |
kevmo314/codec-from-scratch | Building a simple video encoder from scratch to achieve high compression ratios | 316 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
linkedin/goavro | A library that enables encoding and decoding of Avro data in Go, providing a more straightforward and efficient way to work with binary and textual JSON formats. | 985 |