Add fxamacker/cbor (#2746)

This commit is contained in:
Faye Amacker 2019-10-14 03:35:06 -05:00 committed by Avelino
parent cab9a1ad5e
commit e89fcf512e

View File

@ -1427,6 +1427,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go. * [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go.
* [bel](https://github.com/32leaves/bel) - Generate TypeScript interfaces from Go structs/interfaces. Useful for JSON RPC. * [bel](https://github.com/32leaves/bel) - Generate TypeScript interfaces from Go structs/interfaces. Useful for JSON RPC.
* [binstruct](https://github.com/ghostiam/binstruct) - Golang binary decoder for mapping data into the structure. * [binstruct](https://github.com/ghostiam/binstruct) - Golang binary decoder for mapping data into the structure.
* [cbor](https://github.com/fxamacker/cbor) - Small, safe, and easy CBOR encoding and decoding library.
* [colfer](https://github.com/pascaldekloe/colfer) - Code generation for the Colfer binary format. * [colfer](https://github.com/pascaldekloe/colfer) - Code generation for the Colfer binary format.
* [csvutil](https://github.com/jszwec/csvutil) - High Performance, idiomatic CSV record encoding and decoding to native Go structures. * [csvutil](https://github.com/jszwec/csvutil) - High Performance, idiomatic CSV record encoding and decoding to native Go structures.
* [fwencoder](https://github.com/o1egl/fwencoder) - Fixed width file parser (encoding and decoding library) for Go. * [fwencoder](https://github.com/o1egl/fwencoder) - Fixed width file parser (encoding and decoding library) for Go.