nozzle-bindings 1.0.0+1.90.632-b035

Rust bindings for libnozzle library
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2021 Red Hat, Inc.
//
// All rights reserved.
//
// Author: Christine Caulfield (ccaulfi@redhat.com)
//

fn main() {
    println!("cargo:rustc-link-search=native=../../../.libs");
    println!("cargo:rustc-link-lib=dylib=nozzle");
}