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