baishaojie dcf2cbd820 first commit 1 жил өмнө
..
.gitignore dcf2cbd820 first commit 1 жил өмнө
.travis.yml dcf2cbd820 first commit 1 жил өмнө
LICENSE dcf2cbd820 first commit 1 жил өмнө
README.md dcf2cbd820 first commit 1 жил өмнө
fuzz.go dcf2cbd820 first commit 1 жил өмнө
snappy.go dcf2cbd820 first commit 1 жил өмнө

README.md

go-xerial-snappy

Build Status

Xerial-compatible Snappy framing support for golang.

Packages using Xerial for snappy encoding use a framing format incompatible with basically everything else in existence. This package wraps Go's built-in snappy package to support it.

Apps that use this format include Apache Kafka (see https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for details).