From b06b9cedcd4b65110d0fd6b31097bddb336a353b Mon Sep 17 00:00:00 2001 From: Pascal de Kloe Date: Tue, 26 Apr 2016 13:07:59 +0200 Subject: [PATCH] Add Colfer to serialization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb20c6e..c750fed 100644 --- a/README.md +++ b/README.md @@ -750,6 +750,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries and tools for binary serialization* * [asn1](https://github.com/PromonLogicalis/asn1) - Asn.1 BER and DER encoding library for golang +* [colfer](https://github.com/pascaldekloe/colfer) - Code generation for the Colfer binary format * [go-capnproto](https://github.com/glycerine/go-capnproto) - Cap'n Proto library and parser for go * [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go. * [go-codec](https://github.com/ugorji/go) - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support