Skip to content

bmatsuo/snappyframed

Repository files navigation

snappyframed

Build Status GoDoc

This is a fork of the go-snappystream package. It has a cleaner interface and extra optimization.

This repository uses semantic versioning. If you want to protect yourself against backwards incompatible changes (of which no further are anticipated), you should the gopkg.in import path, "gopkg.in/bmatsuo/snappyframed.v1".

This package wraps snappy and supplies a buffered Reader and Writer for the snappy framed stream format.