https://github.com/eapache/go-xerial-snappy.git
|
|
há 7 anos atrás | |
|---|---|---|
| corpus | há 7 anos atrás | |
| .gitignore | há 9 anos atrás | |
| .travis.yml | há 9 anos atrás | |
| LICENSE | há 9 anos atrás | |
| README.md | há 9 anos atrás | |
| fuzz.go | há 7 anos atrás | |
| snappy.go | há 7 anos atrás | |
| snappy_test.go | há 7 anos atrás |
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).