mozlz4-sys 0.1.0

sys crate for mozlz4
Documentation
extern crate cc;

fn main() {
    cc::Build::new().file("lz4.c").compile("lz4");
}