snappy-cpp 0.1.1

Simple Snappy C++ bindings for testing and benchmarking.
Documentation
1
2
3
4
5
extern crate pkg_config;

fn main() {
    println!("cargo:rustc-link-lib=dylib=snappy");
}