macro_rules! from_num { ($num:literal) => { ... }; }
This macro converts a string base-10 number to a big integer.