[ 源代码: golang-github-jszwec-csvutil ]
软件包:golang-github-jszwec-csvutil-dev(1.7.1-2)
golang-github-jszwec-csvutil-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-jszwec-csvutil:
- [golang-github-jszwec-csvutil_1.7.1-2.dsc]
- [golang-github-jszwec-csvutil_1.7.1.orig.tar.gz]
- [golang-github-jszwec-csvutil_1.7.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-alecthomas-participle-dev
- golang-github-markbates-goth-dev
- golang-github-francoispqt-gojay-dev
- golang-github-davecgh-go-xdr-dev
- libghc-lazy-csv-dev
- libghc-lazy-csv-prof
- golang-layeh-gopher-luar-dev
- libghc-lazy-csv-doc
- libghc-flexible-defaults-dev
- libghc-flexible-defaults-doc
- libghc-flexible-defaults-prof
fast and idiomatic mapping between CSV and Go values (library)
This package provides provides fast, idiomatic, and dependency-free mapping between CSV and Go values. It is not a CSV parser, it is based on the Reader and Writer interfaces which are implemented by e.g the standard Go csv package. It is possible to choose any other CSV writer or reader which may be more performant.