https://github.com/eapache/go-xerial-snappy.git

Sean Hanson add554803d Support decoding into pre-allocated buffers 8 yıl önce
corpus 3b4b52f978 Add basic go-fuzz support 8 yıl önce
.gitignore 9f3acca2f4 Initial commit 10 yıl önce
.travis.yml 2388ba0102 Add travis config 10 yıl önce
LICENSE 9f3acca2f4 Initial commit 10 yıl önce
README.md bb955e01b9 Travis badge 10 yıl önce
fuzz.go 3b4b52f978 Add basic go-fuzz support 8 yıl önce
snappy.go add554803d Support decoding into pre-allocated buffers 8 yıl önce
snappy_test.go add554803d Support decoding into pre-allocated buffers 8 yıl önce

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).