Snappy

Forked from [https://github.com/thestinger/rust-snappy]

Snappy Bindings as written in the The Official Rust Book

Documentation

Usage

Add this to your Cargo.toml:

ini [dependencies] snappy = "0.2.0"

and this to your crate root:

rust extern crate snappy;

Installing Snappy

The Snappy C++ library can be installed on Mac OS X using homebrew brew install snappy