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