cu-iceoryx2-src 0.11.0

Copper source task for Iceoryx2. I allows Copper to receive messages from Iceoryx2.
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );
}