vim_rs 0.2.4

Rust Bindings for the VMware by Broadcom vCenter VI JSON API
Documentation
1
2
3
4
5
fn main() {
    // Capture Rustc version at compile time. Used in core::client to set the User-Agent header.
    let version = rustc_version::version().unwrap();
    println!("cargo:rustc-env=RUSTC_VERSION={}", version);
}