tree: 5c80d37fd6ce588c5e43e3a679322307bab6feba [path history] [tgz]
  1. .gitignore
  2. .travis.yml
  3. LICENSE
  4. README.md
  5. fuzz.go
  6. snappy.go
vendor/github.com/eapache/go-xerial-snappy/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).