pmdk-sys 0.1.0

FFI bindings to pmdk
Documentation
1
2
3
4
5
6
7
8
9
//
// 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/lib64");
}