command_str!() { /* proc-macro */ }
Rust compiler build version as &'static str.
&'static str
let magic_number: &str = compile_time::command_str!("echo", "42"); assert_eq!(magic_number, "42\n");