word

Macro word 

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

Construct a new Word from a hex value.

Expects a ‘0x’ prefixed hex string followed by up to 64 hex digits.