from_num

Macro from_num 

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

This macro converts a string base-10 number to a big integer.