macro_rules! word_map {
    () => { ... };
    ($($key_hex:expr => $value_hex:expr),*) => { ... };
}
Expand description

Create a Word to Word HashMap from pairs of hex strings. Panics on invalid input.