libjaka 0.1.9

Rust bindings for the Jaka robot
Documentation
1
2
3
4
5
6
7
8
9
10
fn main() {
    #[cfg(feature = "to_cxx")]
    {
        cxx_build::bridge("src/ffi/to_cxx.rs")
            .std("c++14")
            .compile("franka_rust_cxx");

        println!("cargo:rerun-if-changed=src/ffi/to_cxx.rs");
    }
}