ltsv
LTSV parser
A high-performance parser for the LTSV data format
High performance LTSV (Labeled Tab Separeted Value) reader for Go.
9 stars
2 watching
2 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
golangltsvltsv-format
Related projects:
Repository | Description | Stars |
---|---|---|
songmu/go-ltsv | A library to parse and generate structured data from labeled tab-separated values | 15 |
najeira/ltsv | A library that enables working with labeled tab-separated values data format | 12 |
ymotongpoo/goltsv | A library for reading and writing labeled tab-separated value files | 26 |
ma2gedev/ltsvex | An Elixir implementation of a tab-separated values parser with labeled fields | 10 |
liquidaty/zsv | A fast and extensible command-line utility for parsing and manipulating CSV data. | 209 |
wing924/shellwords | A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
swiftcsv/swiftcsv | A CSV parser library for Swift that allows loading and parsing CSV data from various sources. | 966 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
antonmedv/ll | Lists files in the current directory with column layout and git status information. | 47 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 107 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
romshark/jscan | High-performance JSON iterator and validator for Go | 90 |
lexborisov/myhtml | A fast HTML parsing library written in C | 1,655 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |