openvr-0.6.0 doesn't have any documentation.
rust-openvr
High-level bindings for OpenVR.
C/C++ API documentation for reference purposes.
Requirements
openvr-sys
requires CMake and C++ to compile and statically link the OpenVR library.
Imporant: OpenVR does not support MinGW on Windows, i.e., you have to use the MSVC Rust toolchain and C++ compiler.
Initializing
extern crate openvr;