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.
macro_rules! hex {
($($s:literal)*) => { ... };
}Converts a sequence of hexadecimal string literals to a byte array at compile time.
See the crate-level docs for more information.