cu-run-in-sim 0.9.1

Example for forcing Copper to compile in and run a source or a sink in simulation mode
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );
}