hex

Macro hex 

Source
macro_rules! hex {
    ($($input:literal)+) => { ... };
}
Expand description

Const compile-time evaluation of the provided string literals

let raw_hex = irox_tools::hex!("C0ffee" "BeEf");