cu29-log-runtime 0.11.0

This is part the runtime part of the text logger for Copper. It cannot be used independently from the Copper project.
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=LOG_INDEX_DIR={}",
        std::env::var("OUT_DIR").unwrap()
    );
}