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