C zlib library wrapper for Go.

Jan Sušnik ce1536175d Initial commit 6 lat temu
README.md ce1536175d Initial commit 6 lat temu
czlib_test.go ce1536175d Initial commit 6 lat temu
reader.go ce1536175d Initial commit 6 lat temu
reader_test.go ce1536175d Initial commit 6 lat temu
writer.go ce1536175d Initial commit 6 lat temu
writer_test.go ce1536175d Initial commit 6 lat temu
zstream.c ce1536175d Initial commit 6 lat temu
zstream.go ce1536175d Initial commit 6 lat temu
zstream.h ce1536175d Initial commit 6 lat temu

README.md

czlib

C zlib wrapper for Go language based on YouTube's Vitess cgzip wrapper (src, docs).

Examples

  • For complete example of compressing and decompressing take a look at czlib_test.go file.
  • For example of compressing take a look at writer_test.go file.
  • For example of decompressing take a look at reader_test.go file.