From 0ad149821cceb0cf298325c68ad439b0d4062104 Mon Sep 17 00:00:00 2001 From: Zhuang Sirui Date: Wed, 3 Feb 2016 00:52:09 +0800 Subject: [PATCH] Add binpacker to Data Structures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 554e3209..8ec7c66e 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Generic datastructures and algorithms in Go.* +* [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream. * [bitset](https://github.com/willf/bitset) - Go package implementing bitsets. * [bloom](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. * [boomfilters](https://github.com/tylertreat/BoomFilters) - probabilistic data structures for processing continuous, unbounded streams