Macro hex

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

Converts a sequence of hexadecimal string literals to a byte array at compile time.

See the crate-level docs for more information.