pmdk-sys 0.9.4

FFI bindings to pmdk
Documentation
1
2
3
4
5
6
7
8
//
// Copyright (c) 2019 RepliXio Ltd. All rights reserved.
// Use is subject to license terms.
//

fn main() {
    println!("cargo:rustc-link-search=native=/opt/pmdk-1.6.1/lib");
}