Macro hex_literal::hex

source ·
macro_rules! hex {
    ($($s:literal)*) => { ... };
}
Expand description

Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.