cu-background-task 0.10.0

This is an example for the Copper project to show how to set up a background (ie non blocking) task.
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );
}