klauspost / go-xerial-snappy

Xerial-compatible Snappy framing support for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 dpkp/kafka-python#126 (comment) for details).

About

Xerial-compatible Snappy framing support for golang

License:MIT License


Languages

Language:Go 100.0%