cu-vlp16 0.11.0

This is a driver for the Velodyne VLP-16 for the Copper engine.
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );
}