macro_rules! hex {
($hex:expr) => { ... };
}Expand description
Parses hex strings in const contexts.
Returns [u8; N] arrays. The string must have even length.
macro_rules! hex {
($hex:expr) => { ... };
}Parses hex strings in const contexts.
Returns [u8; N] arrays. The string must have even length.