libzfs_core-sys 0.1.0

FFI bindings to libzfs_core
Documentation
1
2
3
4
5
fn main() {
    // Tell cargo to tell rustc to link the system libzfs_core
    // shared library.
    println!("cargo:rustc-link-lib=zfs_core");
}