Macro hex
macro_rules! hex {
($($s:literal)*) => { ... };
}
Expand description
Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.
macro_rules! hex {
($($s:literal)*) => { ... };
}
Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.