squash-sys 1.0.2

sys-level bindings to the squash compression library
Documentation
1
2
3
4
5
6
7
8
extern crate pkg_config;

fn main() {
    println!("cargo:rerun-if-changed=build.rs");

    #[cfg(not(feature = "docs-rs"))]
    pkg_config::probe_library("squash-0.8").unwrap();
}