Skip to main content

hex

Macro hex 

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

Parses hex strings in const contexts.

Returns [u8; N] arrays. The string must have even length.