diff --git a/README.md b/README.md index 5513a730..c9d9b60a 100644 --- a/README.md +++ b/README.md @@ -1300,6 +1300,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [asn1](https://github.com/PromonLogicalis/asn1) - Asn.1 BER and DER encoding library for golang. * [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. +* [binstruct](https://github.com/ghostiam/binstruct) - Golang binary decoder for mapping data into the structure. * [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. * [fwencoder](https://github.com/o1egl/fwencoder) - Fixed width file parser (encoding and decoding library) for Go.