fwencoder
Table encoder
A library that encodes and decodes fixed-width table data from various input sources.
Fixed width file parser (encoder/decoder) in GO (golang)
27 stars
2 watching
8 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
decoderencoderfixed-size-filegogolanglibraryparsertabletext
Related projects:
Repository | Description | Stars |
---|---|---|
ianlopshire/go-fixedwidth | A library for encoding and decoding fixed-width formatted data in Go. | 82 |
huydang284/fixedwidth | A package for encoding and decoding fixed-width data in Go | 9 |
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
fnord0/hurl | A tool for encoding and decoding various data formats, including hexadecimal, URLs, base64, and binary files. | 72 |
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 |
tiendc/go-csvlib | A high-performance CSV encoding and decoding library for Go. | 13 |
fxamacker/cbor | A library for encoding and decoding binary data in a compact and secure format. | 739 |
ziglibs/uuencode | A package and command-line utility for encoding and decoding files using the Unix-to-Unix Encoding format | 1 |
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 |
go-audio/wav | A Go library for decoding and encoding WAV audio files. | 309 |
bet365/jingo | A package for fast and efficient JSON encoding of Go structs without additional dependencies or build steps. | 736 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |