[go: up one dir, main page]

whoami 1.1.1

Retrieve the current user and environment.
Documentation
1
2
3
4
fn main() {
    #[cfg(windows)]
    println!(r"cargo:rustc-link-search=C:\windows\system32");
}