msoffice_crypt 0.1.5

msoffice-crypt bindings for the Rust programming language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//use std::path::Path;
//use std::env;
fn main() {
    println!("cargo:rustc-link-search=native=./lib");
    /*
    let dir = env::var("CARGO_MANIFEST_DIR").unwrap();
    //println!("cargo:rustc-link-search=native=./lib");
    println!("cargo:rustc-link-lib=dylib=msoc");
    println!("cargo:rustc-link-search=native={}",Path::new(&dir).join("lib").display());
     */
}