• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

snappy-go/H16-Apr-2015-

.travis.ymlH A D16-Apr-2015182

LICENSEH A D16-Apr-20151,023

README.mdH A D16-Apr-2015561

fixturedata_test.goH A D16-Apr-2015157.9 KiB

reader.goH A D16-Apr-20158.8 KiB

reader_test.goH A D16-Apr-201516.2 KiB

readwrite_test.goH A D16-Apr-201511.7 KiB

snappystream.goH A D16-Apr-20151.6 KiB

writer.goH A D16-Apr-20155.9 KiB

writer_test.goH A D16-Apr-20152.7 KiB

README.md

1## go-snappystream
2
3a Go package for framed snappy streams.
4
5[![Build Status](https://secure.travis-ci.org/mreiferson/go-snappystream.png?branch=master)](http://travis-ci.org/mreiferson/go-snappystream) [![GoDoc](https://godoc.org/github.com/mreiferson/go-snappystream?status.svg)](https://godoc.org/github.com/mreiferson/go-snappystream)
6
7This package wraps [snappy-go][1] and supplies a `Reader` and `Writer`
8for the snappy [framed stream format][2].
9
10[1]: https://code.google.com/p/snappy-go/
11[2]: https://snappy.googlecode.com/svn/trunk/framing_format.txt
12