libcryptsetup-sys 0.1.2

FFI bindings to the libcryptsetup library
Documentation
extern crate pkg_config;

fn main() {
    pkg_config::Config::new()
        .statik(true)
        .find("libcryptsetup")
        .unwrap();
}