Constant lexical_util::format::ERLANG_STRING
source · [−]pub const ERLANG_STRING: u128 = NumberFormatBuilder::new()
.required_digits(true)
.no_exponent_without_fraction(true)
.no_special(true)
.build(); // 202_824_096_036_516_704_239_472_512_861_711u128
Expand description
Number format to parse an Erlang float from string.