macro_rules! word {
    ($word_hex:expr) => { ... };
}
Expand description

Create a Word from a hex string. Panics on invalid input.