from_hex

Macro from_hex 

Source
macro_rules! from_hex {
    ($num:literal) => { ... };
}
Expand description

This macro converts a string hex number to a big integer.