C zlib library wrapper for Go.

Jan Sušnik ce1536175d Initial commit hace 7 años
README.md ce1536175d Initial commit hace 7 años
czlib_test.go ce1536175d Initial commit hace 7 años
reader.go ce1536175d Initial commit hace 7 años
reader_test.go ce1536175d Initial commit hace 7 años
writer.go ce1536175d Initial commit hace 7 años
writer_test.go ce1536175d Initial commit hace 7 años
zstream.c ce1536175d Initial commit hace 7 años
zstream.go ce1536175d Initial commit hace 7 años
zstream.h ce1536175d Initial commit hace 7 años

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.