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

Evan Huus 776d5712da Merge pull request #6 from shanson7/AddEncodeStream há 7 anos atrás
corpus 3b4b52f978 Add basic go-fuzz support há 7 anos atrás
.gitignore 9f3acca2f4 Initial commit há 10 anos atrás
.travis.yml 2388ba0102 Add travis config há 10 anos atrás
LICENSE 9f3acca2f4 Initial commit há 10 anos atrás
README.md bb955e01b9 Travis badge há 10 anos atrás
fuzz.go 3b4b52f978 Add basic go-fuzz support há 7 anos atrás
snappy.go a035381fbb Remove mention to workspacePool há 7 anos atrás
snappy_test.go dbc03990ce Fix byte reporting há 7 anos atrás

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