macro_rules! hex { ($($input:literal)+) => { ... }; }
Const compile-time evaluation of the provided string literals
let raw_hex = irox_tools::hex!("C0ffee" "BeEf");