Forked from [https://github.com/thestinger/rust-snappy]
Snappy Bindings as written in the The Official Rust Book
Add this to your Cargo.toml
:
ini
[dependencies]
snappy = "0.2.0"
and this to your crate root:
rust
extern crate snappy;
The Snappy C++ library can be installed on Mac OS X using homebrew brew
install snappy