blosc-sys 1.21.0

Rust FFI bindings to the C-BLOSC compression library
Documentation
1
2
3
4
5
6
// vim: tw=80

fn main() {
    println!("cargo:rustc-link-search=native=/usr/local/lib");
    println!("cargo:rustc-link-lib=blosc");
}